public static class Json.JsonReadException extends Json.JsonException
| Constructor and Description |
|---|
JsonReadException(String message)
Constructor with error message.
|
JsonReadException(String message,
Throwable cause)
Constructor with error message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonReadException(String message)
message - Error messageCopyright © 2019 The Holon Platform. All rights reserved.