public class ClientPropertiesException extends Exception
| Constructor and Description |
|---|
ClientPropertiesException(String message)
Constructs a JsonException instance with a code and human-readable message.
|
ClientPropertiesException(String message,
Throwable cause)
Constructs a JsonException instance with a code and human-readable message.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Retrieves the throwable, which determines the nature/cause of the exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClientPropertiesException(String message)
message - Diagnostic message intended for human reading.Copyright © 2021 DeviceAtlas Limited. All rights reserved.