org.omg.CORBA.ORBPackage
Class InvalidName

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.omg.CORBA.ORBPackage.InvalidName
All Implemented Interfaces:
Serializable, IDLEntity

public final class InvalidName
extends UserException
implements IDLEntity, Serializable

The exception is thrown by ORB.resolve_initial_references(String) in response of passing a name for which there is no initial reference.

See Also:
Serialized Form

Constructor Summary
InvalidName()
          Constructs a the exception.
InvalidName(String reason)
          Constructs the exception, explaining the reason of throwing it.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidName

public InvalidName()
Constructs a the exception.


InvalidName

public InvalidName(String reason)
Constructs the exception, explaining the reason of throwing it.

Parameters:
reason - a string, explaining, why the exception has been thrown.