Class JsonBindingException

All Implemented Interfaces:
Serializable

public class JsonBindingException extends JsonException
Exception thrown during JSON binding operations.
See Also:
  • Constructor Details

    • JsonBindingException

      public JsonBindingException(String message)
      Construct a new exception with the specified detail message.
      Parameters:
      message - the detail message
    • JsonBindingException

      public JsonBindingException(String message, Exception cause)
      Construct a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause