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:
  • Constructor Details