org.omg.CORBA.ORBPackage

Class InvalidName

public final class InvalidName extends UserException implements IDLEntity, Serializable

The exception is thrown by {@link org.omg.CORBA.ORB#resolve_initial_references(String)} in response of passing a name for which there is no initial reference.
Constructor Summary
InvalidName()
Constructs a the exception.
InvalidName(String reason)
Constructs the exception, explaining the reason of throwing it.

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.