public class DataGridException
extends java.lang.Exception
This is the root class of all ActiveSpaces data grid exceptions.
For details about the exception, see java.lang.Throwable.getMessage.
Programmers can expect all ActiveSpaces methods to throw either
DataGridException, or a more specific subclass.
| Constructor and Description |
|---|
DataGridException() |
DataGridException(java.lang.String message) |
DataGridException(java.lang.String message,
java.lang.Throwable cause) |
DataGridException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
The error code is -1 unless the underlying library sets it.
|
void |
setErrorCode(int code) |