@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class JSONException extends LDAPSDKException
| Constructor and Description |
|---|
JSONException(java.lang.String message)
Creates a new JSON exception with the provided message.
|
JSONException(java.lang.String message,
java.lang.Throwable cause)
Creates a new JSON exception with the provided message and cause.
|
getExceptionMessage, getExceptionMessage, toString, toStringpublic JSONException(@NotNull java.lang.String message)
message - A message explaining the problem that occurred.public JSONException(@NotNull java.lang.String message, @Nullable java.lang.Throwable cause)
message - A message explaining the problem that occurred.cause - The underlying cause for this exception.