CONTENTS | PREV | NEXT Java Remote Method Invocation
A.5 Activation Exceptions
The following table lists the exceptions that can be thrown in activities involving activatable objects. The activation API is in the package java.rmi.activation.
Exception
Context
java.rmi.activation.ActivateFailedException
Thrown by RMI runtime when activation fails during a remote call to an activatable object.
java.rmi.activation.ActivationException
General exception class used by the activation interfaces and classes.
java.rmi.activation.UnknownGroupException
Thrown by methods of the activation classes and interfaces when the ActivationGroupID parameter or ActivationGroupID in an ActivationGroupDesc parameter is invalid.
java.rmi.activation.UnknownObjectException
Thrown by methods of the activation classes and interfaces when the ActivationID parameter is invalid.
CONTENTS | PREV | NEXT