| Exception | Description |
|---|---|
| DataGridAlreadyExistsException |
Conflict with an existing object, value or definition.
|
| DataGridClientShutdownException |
The program attempted an operation on an unusable realm object.
|
| DataGridEndOfBufferException |
End of buffer while parsing an inbound message.
|
| DataGridFormatUnavailableException |
A format required by the client program is unavailable.
|
| DataGridIllegalStateException |
An action is inconsistent with internal state.
|
| DataGridInMaintenanceException |
The requested operation is illegal while the grid is in Maintenance
|
| DataGridInvalidArgumentException |
Invalid argument (or invalid value embedded in an argument).
|
| DataGridInvalidConfigException |
Invalid or contradictory property values.
|
| DataGridInvalidFormatException |
The DataGrid client library encountered a message with an invalid format.
|
| DataGridInvalidResourceException |
The client operation used a stale resource.
|
| DataGridInvalidTypeException |
Field datatype mismatch.
|
| DataGridInvalidValueException |
DataGrid internal error.
|
| DataGridLimitReachedException |
A resource cannot accept data because it has reached a limit.
|
| DataGridNotFoundException |
Cannot find a requested object.
|
| DataGridNotInitializedException |
This exception corresponds to TIB_NOT_INITIALIZED in the underlying implementation.
|
| DataGridNotPermittedException |
Invalid operation (on a valid object).
|
| DataGridNotSupportedException |
Unsupported datatype or feature.
|
| DataGridOSException |
An operating system call failed.
|
| DataGridOutOfRangeException |
The method
TibDateTime.toDate
throws this exception
when the value of the TibDateTime object
is beyond the range that a java.util.Date object
can represent. |
| DataGridRealmServerException |
The FTL Realm Server reported an error.
|
| DataGridResourceUnavailableException |
A resource required by the client program is unavailable.
|
| DataGridSQLBadBatchException |
A command in a batch failed causing the entire batch of commands to fail.
|
| DataGridSQLCommandException |
System level SQL command processing error.
|
| DataGridSQLDDLCommandException |
Cannot process the DDL command.
|
| DataGridSQLDMLCommandException |
Cannot process the DML command.
|
| DataGridSQLInvalidValueException |
SQL command resulted in an invalid value.
|
| DataGridSQLNotPermittedException |
System level SQL command permission error.
|
| DataGridSQLNotSupportedException |
Unsupported SQL feature.
|
| DataGridSQLParserException |
SQL parsing error.
|
| DataGridSQLQueryCommandException |
System level SQL query processing error.
|
| DataGridSQLQueryException |
Error processing SQL query.
|
| DataGridSQLResourceUnavailableException |
A SQL resource required by a client request is unavailable.
|
| DataGridSQLStatementException |
Error processing SQL statement.
|
| DataGridSQLSyntaxException |
Invalid SQL syntax encountered.
|
| DataGridSQLSystemException |
An error occurred with the system responsible for processing SQL queries.
|
| DataGridTimeoutException |
Internal timeout elapsed.
|
| DataGridVersionMismatchException |
Incompatible versions of DataGrid components.
|