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