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

    • UnMarshallingException

      public UnMarshallingException()
    • UnMarshallingException

      public UnMarshallingException(String message)
    • UnMarshallingException

      public UnMarshallingException(String message, Throwable cause)
    • UnMarshallingException

      public UnMarshallingException(Throwable cause)