Class JsonbException

  • All Implemented Interfaces:
    Serializable

    public class JsonbException
    extends RuntimeException
    Technical exception capturing problems with reading or writing the JSONB value. This should never occur as a business exception, it's a result of application/programming error.
    See Also:
    Serialized Form
    • Constructor Detail

      • JsonbException

        public JsonbException​(String message,
                              Throwable cause)