java.rmi.activation

Class ActivateFailedException

public class ActivateFailedException extends RemoteException

Thrown when activation fails on a remote call to an activatable object.

Since: 1.2

UNKNOWN: updated to 1.4

Constructor Summary
ActivateFailedException(String s)
Create an exception with a message.
ActivateFailedException(String s, Exception ex)
Create an exception with a message and a cause.

Constructor Detail

ActivateFailedException

public ActivateFailedException(String s)
Create an exception with a message.

Parameters: s the message

ActivateFailedException

public ActivateFailedException(String s, Exception ex)
Create an exception with a message and a cause.

Parameters: s the message ex the cause