java.rmi.activation
public class ActivateFailedException extends RemoteException
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.
|
Parameters: s the message
Parameters: s the message ex the cause