org.omg.PortableServer.POAPackage

Class AdapterNonExistent

public final class AdapterNonExistent extends UserException implements IDLEntity, Serializable

The AdapterNonExistent is thrown if the parent POA cannot locate the required child POA.
Constructor Summary
AdapterNonExistent()
Create AdapterNonExistent with no explaining message.
AdapterNonExistent(String why)
Create the AdapterNonExistent with explaining message.

Constructor Detail

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.