background image
<< XJ088 Invalid operation | Class XRE: Replication Exceptions >>

Class XK: Security Exceptions

<< XJ088 Invalid operation | Class XRE: Replication Exceptions >>
Derby Reference Manual
292
SQLSTATE
Message Text
XJ126
This method should not be called on sensitive dynamic cursors.
XJ128
Unable to unwrap for '<value>'
XJ200
Exceeded maximum number of sections <value>
XJ202
Invalid cursor name '<cursorName>'.
XJ203
Cursor name '<cursorName>' is already in use
XJ204
Unable to open result set with requested holdability <holdValue>.
XJ206
SQL text '<value>' has no tokens.
XJ207
executeQuery method can not be used for update.
XJ208
Non-atomic batch failure. The batch was submitted, but at least
one exception occurred on an individual member of the batch. Use
getNextException() to retrieve the exceptions for specific batched elements.
XJ209
The required stored procedure is not installed on the server.
XJ210
The load module name for the stored procedure on the server is not found.
XJ211
Non-recoverable chain-breaking exception occurred during batch processing.
The batch is terminated non-atomically.
XJ212
Invalid attribute syntax: <attributeSyntax>
XJ213
The traceLevel connection property does not have a valid format for a
number.
XJ214
An IO Error occurred when calling free() on a CLOB or BLOB.
XJ215
You cannot invoke other java.sql.Clob/java.sql.Blob methods after calling
the free() method or after the Blob/Clob's transaction has been committed or
rolled back.
XJ216
The length of this BLOB/CLOB is not available yet. When a BLOB or CLOB
is accessed as a stream, the length is not available until the entire stream
has been processed.
XJ217
The locator that was supplied for this CLOB/BLOB is invalid
Table 100.
Class XK: Security Exceptions
SQLSTATE
Message Text
XK000
The security policy could not be reloaded: <reason>
Table 101.
Class XN: Network Client Exceptions
SQLSTATE
Message Text
XN001
Connection reset is not allowed when inside a unit of work.
XN008
Query processing has been terminated due to an error on the server.
XN009
Error obtaining length of BLOB/CLOB object, exception follows.
XN010
Procedure name can not be null.
XN011
Procedure name length <number> is not within the valid range of 1 to
<number>.