Class NotAvailable
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.CORBA.TSIdentificationPackage.NotAvailable
- All Implemented Interfaces:
Serializable
,IDLEntity
A user-defined exception thrown if the ORB is unavailable
to register the call-back interfaces identified by the
OTS during initialization.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotAvailable
public NotAvailable()Constructs aNotAvailable
exception.
-