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, getMessagefillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ActivateFailedException(String s)
s - the messagepublic ActivateFailedException(String s, Exception ex)
s - the messageex - the cause