java.rmi.activation
public class ActivateFailedException extends RemoteException
detail
Constructor and Description |
---|
ActivateFailedException(String s)
Create an exception with a message.
|
ActivateFailedException(String s,
Exception ex)
Create an exception with a message and a cause.
|
getCause, getMessage
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ActivateFailedException(String s)
s
- the messagepublic ActivateFailedException(String s, Exception ex)
s
- the messageex
- the cause