public class UnexpectedException extends RemoteException
detail| Constructor and Description |
|---|
UnexpectedException(java.lang.String s)
Create an exception with a message.
|
UnexpectedException(java.lang.String s,
java.lang.Exception e)
Create an exception with a message and a cause.
|
getCause, getMessagepublic UnexpectedException(java.lang.String s)
s - the messagepublic UnexpectedException(java.lang.String s, java.lang.Exception e)
s - the messagee - the cause