com.gigaspaces.lrmi.nio
Class UnMarshallingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
UnMarshallingException()
           
UnMarshallingException(String message)
           
UnMarshallingException(String message, Throwable cause)
           
UnMarshallingException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnMarshallingException

public UnMarshallingException()

UnMarshallingException

public UnMarshallingException(String message)

UnMarshallingException

public UnMarshallingException(String message,
                              Throwable cause)

UnMarshallingException

public UnMarshallingException(Throwable cause)