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