public class IgniteClientException extends IgniteException
| Constructor and Description |
|---|
IgniteClientException(int statusCode,
String msg)
Constructor.
|
IgniteClientException(int statusCode,
String msg,
Exception cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
statusCode()
Gets the status code.
|
getCause, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic IgniteClientException(int statusCode,
String msg)
statusCode - Status code (see ClientStatus).msg - Message.public IgniteClientException(int statusCode,
String msg,
Exception cause)
statusCode - Status code (see ClientStatus).msg - Message.cause - Cause.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019