public class ClientException extends RuntimeException
| Constructor and Description |
|---|
ClientException()
Constructs a new exception with
null as its detail message. |
ClientException(String msg)
Constructs a new exception with the specified detail message.
|
ClientException(String msg,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
ClientException(String msg,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructs a new exception with the specified detail message,
cause, suppression enabled or disabled, and writable stack
trace enabled or disabled.
|
ClientException(Throwable cause)
Constructs a new exception with the specified cause and a detail
message of (cause==null ?
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClientException()
null as its detail message.public ClientException(String msg)
msg - the detail message.public ClientException(Throwable cause)
cause - the cause.public ClientException(String msg, Throwable cause)
msg - the detail message.cause - the cause.public ClientException(String msg, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
msg - the detail message.cause - the cause.enableSuppression - whether or not suppression is enabled
or disabledwritableStackTrace - whether or not the stack trace should
be writable
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025