Exception | Description |
---|---|
FTLAlreadyExistsException |
Conflict with an existing object, value or definition.
|
FTLClientShutdownException |
The program attempted an operation on an unusable realm object.
|
FTLEndOfBufferException |
End of buffer while parsing an inbound message.
|
FTLFormatUnavailableException |
A format required by the client program is unavailable.
|
FTLIllegalStateException |
An action is inconsistent with internal state.
|
FTLInvalidArgumentException |
Invalid argument (or invalid value embedded in an argument).
|
FTLInvalidConfigException |
Invalid or contradictory property values.
|
FTLInvalidFormatException |
The FTL client library encountered a message with an invalid format.
|
FTLInvalidTypeException |
Field datatype mismatch.
|
FTLInvalidValueException |
FTL internal error.
|
FTLLimitReachedException |
A resource cannot accept data because it has reached a limit.
|
FTLNotFoundException |
Cannot find a requested object.
|
FTLNotInitializedException |
This exception corresponds to TIB_NOT_INITIALIZED in the underlying implementation.
|
FTLNotPermittedException |
Invalid operation (on a valid object).
|
FTLNotSupportedException |
Unsupported datatype or feature.
|
FTLOSException |
An operating system call failed.
|
FTLOutOfRangeException |
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. |
FTLRealmServerException | Deprecated |
FTLResourceUnavailableException |
A resource required by the client program is unavailable.
|
FTLTimeoutException |
Internal timeout elapsed.
|
FTLVersionMismatchException |
Incompatible versions of FTL components.
|