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