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
 
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
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
MarshallingException
public MarshallingException()
MarshallingException
public MarshallingException(String message)
MarshallingException
public MarshallingException(String message,
                            Throwable cause)
MarshallingException
public MarshallingException(Throwable cause)