Package com.gigaspaces.lrmi.nio
Class UnMarshallingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gigaspaces.lrmi.nio.UnMarshallingException
- All Implemented Interfaces:
Serializable
thrown whenever an IOException is thrown during the unmarshalling process of request/response
from the wire.
- Since:
- 6.6.1
- Author:
- asy ronen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnMarshallingException(String message) UnMarshallingException(String message, Throwable cause) UnMarshallingException(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
-
UnMarshallingException
public UnMarshallingException() -
UnMarshallingException
-
UnMarshallingException
-
UnMarshallingException
-