public class DataGridRuntimeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
DataGridRuntimeException() |
DataGridRuntimeException(java.lang.String message) |
DataGridRuntimeException(java.lang.String message,
java.lang.Throwable cause) |
DataGridRuntimeException(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) |
public DataGridRuntimeException()
public DataGridRuntimeException(java.lang.String message,
java.lang.Throwable cause)
public DataGridRuntimeException(java.lang.String message)
public DataGridRuntimeException(java.lang.Throwable cause)