com.gigaspaces.lrmi.nio
Class MarshallingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.gigaspaces.lrmi.nio.MarshallingException
All Implemented Interfaces:
Serializable

public class MarshallingException
extends RuntimeException

a runtime exception that indicate a problem in serialization of user objects before sending it over the wire.

Since:
6.6.1
See Also:
Serialized Form

Constructor Summary
MarshallingException()
           
MarshallingException(String message)
           
MarshallingException(String message, Throwable cause)
           
MarshallingException(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

MarshallingException

public MarshallingException()

MarshallingException

public MarshallingException(String message)

MarshallingException

public MarshallingException(String message,
                            Throwable cause)

MarshallingException

public MarshallingException(Throwable cause)