Package com.sun.corba.ee.spi.oa
Class OADestroyed
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.corba.ee.spi.oa.OADestroyed
- All Implemented Interfaces:
Serializable
This exception is thrown when an operation on an ObjectAdapter
fails because the ObjectAdapter was destroyed during the operation.
- 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
-
OADestroyed
public OADestroyed()
-