org.omg.PortableServer.POAPackage

Class AdapterAlreadyExists

public final class AdapterAlreadyExists extends UserException implements IDLEntity, Serializable

Raised if the target POA already has a child POA with the specified name (during creation of the new POA as a child of the target POA).
Constructor Summary
AdapterAlreadyExists()
Create AdapterAlreadyExists with no explaining message.
AdapterAlreadyExists(String why)
Create the AdapterAlreadyExists with explaining message.

Constructor Detail

AdapterAlreadyExists

public AdapterAlreadyExists()
Create AdapterAlreadyExists with no explaining message.

AdapterAlreadyExists

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

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