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
 
public class UnMarshallingException
- extends RuntimeException
 
thrown whenever an IOException is thrown during the unmarshalling process
 of request/response from the wire.
- Since:
 
  - 6.6.1
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
UnMarshallingException
public UnMarshallingException()
UnMarshallingException
public UnMarshallingException(String message)
UnMarshallingException
public UnMarshallingException(String message,
                              Throwable cause)
UnMarshallingException
public UnMarshallingException(Throwable cause)