Class JsonDecodingException

All Implemented Interfaces:
Serializable

public class JsonDecodingException extends JsonException
Exception caused by JSON input that cannot be decoded into the requested value.

This exception identifies parsing, structural, and input conversion failures. Other JSON processing failures, such as binding configuration or provider failures, use JsonException directly or another subtype.

See Also:
  • Constructor Details

    • JsonDecodingException

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

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