Class 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
Author:
asy ronen
See Also:
  • Constructor Details

    • MarshallingException

      public MarshallingException()
    • MarshallingException

      public MarshallingException(String message)
    • MarshallingException

      public MarshallingException(String message, Throwable cause)
    • MarshallingException

      public MarshallingException(Throwable cause)