public class InfoTruncatedException
extends java.sql.SQLNonTransientException
isc_info_truncated
).
Implementations of InfoProcessor
may throw this exception if they cannot recover themselves from truncation.
The length of the truncated buffer is reported in length()
; this is the actual length, not the
requested length.
This is a subclass of SQLNonTransientException
as retrying the operation without taking corrective action
will likely result in the same error.
Constructor and Description |
---|
InfoTruncatedException(java.lang.String message,
int length) |
Modifier and Type | Method and Description |
---|---|
int |
length() |
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2001-2024 Jaybird (Firebird JDBC) team. All rights reserved.