Package com.gigaspaces.lrmi.nio
Class MarshallingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gigaspaces.lrmi.nio.MarshallingException
- All Implemented Interfaces:
Serializable
a runtime exception that indicate a problem in serialization of user objects before sending it
over the wire.
- Since:
- 6.6.1
- Author:
- asy ronen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMarshallingException(String message) MarshallingException(String message, Throwable cause) MarshallingException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MarshallingException
public MarshallingException() -
MarshallingException
-
MarshallingException
-
MarshallingException
-