public class JsonReferenceException extends JsonException
Constructor and Description |
---|
JsonReferenceException()
Constructs a new exception with
null as its detail message. |
JsonReferenceException(String message)
Constructs a new exception with the specified detail message.
|
JsonReferenceException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
JsonReferenceException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JsonReferenceException()
null
as its detail message.public JsonReferenceException(String message)
message
- The message.public JsonReferenceException(Throwable cause)
cause
- The cause.Copyright © 2025 Open Identity Platform Community. All rights reserved.