Class JacksonRuntimeException

All Implemented Interfaces:
Serializable

public final class JacksonRuntimeException extends RuntimeException
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 Details