Package com.cedarpolicy.model.exception
Class DeserializationRecursionDepthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.fasterxml.jackson.core.JacksonException
com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.exc.StreamConstraintsException
com.cedarpolicy.model.exception.DeserializationRecursionDepthException
- All Implemented Interfaces:
Serializable
public class DeserializationRecursionDepthException
extends com.fasterxml.jackson.core.exc.StreamConstraintsException
Error deserializing a value due to passing recursion depth.
- See Also:
-
Field Summary
Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException
_location -
Constructor Summary
ConstructorsConstructorDescriptionDeserializationRecursionDepthException(String errorMessage) Construct DeserializationRecursionDepthException. -
Method Summary
Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException
clearLocation, getLocation, getMessage, getMessageSuffix, getOriginalMessage, getProcessor, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DeserializationRecursionDepthException
Construct DeserializationRecursionDepthException.- Parameters:
errorMessage- Error message.
-