public class UnexpectedException extends RemoteException
detail| Constructor and Description |
|---|
UnexpectedException(String s)
Create an exception with a message.
|
UnexpectedException(String s,
Exception e)
Create an exception with a message and a cause.
|
getCause, getMessagefillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnexpectedException(String s)
s - the messagepublic UnexpectedException(String s, Exception e)
s - the messagee - the cause