public class JsonException extends RuntimeException
Constructor and Description |
---|
JsonException()
Constructs a new exception with
null as its detail message. |
JsonException(String message)
Constructs a new exception with the specified detail message.
|
JsonException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
JsonException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JsonException()
null
as its detail message.public JsonException(String message)
message
- The message.public JsonException(Throwable cause)
cause
- The cause.Copyright © 2010-2018, ForgeRock All Rights Reserved.