org.omg.PortableServer.POAPackage
Class ServantAlreadyActive
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.PortableServer.POAPackage.ServantAlreadyActive
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class ServantAlreadyActive
- extends UserException
- implements IDLEntity, Serializable
Raised in response to activate the already active object when
the UNIQUE_ID (single ID per object, default) policy is active. If the
UNIQUE_ID policy is inactive, the object can be activated several
times, each time obtaining a newly generated Id to the same object.
- See Also:
IdUniquenessPolicyValue
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServantAlreadyActive
public ServantAlreadyActive()
- Create ServantAlreadyActive with no explaining
message.
ServantAlreadyActive
public ServantAlreadyActive(String why)
- Create the ServantAlreadyActive with explaining
message.
- Parameters:
why
- a string, explaining, why this exception has been thrown.