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