Class MarshallerSyntaxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.onlinepayments.json.MarshallerSyntaxException
All Implemented Interfaces:
Serializable

public class MarshallerSyntaxException extends RuntimeException
Thrown when a JSON string cannot be converted to a response object.
See Also:
  • Constructor Details

    • MarshallerSyntaxException

      public MarshallerSyntaxException()
    • MarshallerSyntaxException

      public MarshallerSyntaxException(Throwable cause)