public class JsonStateException extends JsonProcessingException
JsonStateException is a JsonProcessingException that
indicates that a JSON related operation couldn't be performed because the
JSON related object is not in the correct state for that operation.| Constructor and Description |
|---|
JsonStateException(String message)
Creates a new
JsonStateException with the given message. |
JsonStateException(String message,
Throwable cause)
Creates a new
JsonStateException with the given message and
cause. |
JsonStateException(Throwable cause)
Creates a new
JsonStateException with the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonStateException(String message, Throwable cause)
JsonStateException with the given message and
cause.message - The message.cause - The cause of this JsonStateException.public JsonStateException(String message)
JsonStateException with the given message.message - The message.public JsonStateException(Throwable cause)
JsonStateException with the given cause.cause - The cause of this JsonStateException.Copyright © 2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.