org.omg.PortableServer.POAManagerPackage

Class AdapterInactive

public final class AdapterInactive extends UserException implements IDLEntity, Serializable

Raised when the current operation is not applicable for the system because the POA manager is in an inactive {@link State}.
Constructor Summary
AdapterInactive()
Create AdapterInactive with no explaining message.
AdapterInactive(String why)
Create the AdapterInactive with explaining message.

Constructor Detail

AdapterInactive

public AdapterInactive()
Create AdapterInactive with no explaining message.

AdapterInactive

public AdapterInactive(String why)
Create the AdapterInactive with explaining message.

Parameters: why a string, explaining, why this exception has been thrown.