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