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, getMessage
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnmarshalException(String s)
s
- the messagepublic UnmarshalException(String s, Exception e)
s
- the messagee
- the cause