Class JacksonRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.singlr.runtime.JacksonRuntimeException
- All Implemented Interfaces:
Serializable
Thrown by
JacksonReader and JacksonWriter when (de)serialization fails. Wraps the
originating Jackson exception so route handlers can translate it to a 4xx/5xx response.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JacksonRuntimeException
- Parameters:
message- a human-readable descriptioncause- the originating Jackson exception
-