public final class InvalidName extends UserException implements IDLEntity, Serializable
ORB.resolve_initial_references(String)
in response of passing a name for
which there is no initial reference.Constructor and Description |
---|
InvalidName()
Constructs a the exception.
|
InvalidName(String reason)
Constructs the exception, explaining the reason of throwing it.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidName()
public InvalidName(String reason)
reason
- a string, explaining, why the exception has been thrown.