Class JsonbException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.evolveum.midpoint.repo.sqale.jsonb.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 Summary
Constructors Constructor Description JsonbException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-