org.omg.PortableServer.POAPackage
Class AdapterNonExistent
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.PortableServer.POAPackage.AdapterNonExistent
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class AdapterNonExistent
- extends UserException
- implements IDLEntity, Serializable
The AdapterNonExistent is thrown if the parent POA cannot locate
the required child POA.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AdapterNonExistent
public AdapterNonExistent()
- Create AdapterNonExistent with no explaining
message.
AdapterNonExistent
public AdapterNonExistent(String why)
- Create the AdapterNonExistent with explaining
message.
- Parameters:
why
- a string, explaining, why this exception has been thrown.