Package | Description |
---|---|
org.jooq.exception |
The
org.jooq.exception package contains jOOQ's exceptions. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
static SQLStateSubclass |
SQLStateSubclass.fromCode(java.lang.String code) |
SQLStateSubclass |
DataAccessException.sqlStateSubclass()
Decode the
SQLException.getSQLState() from Throwable.getCause()
into SQLStateSubclass , if this DataAccessException was
caused by a SQLException . |
static SQLStateSubclass |
SQLStateSubclass.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SQLStateSubclass[] |
SQLStateSubclass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ParserException(java.lang.String sql,
java.lang.String message,
SQLStateSubclass state) |
ParserException(java.lang.String sql,
java.lang.String message,
SQLStateSubclass state,
java.lang.Throwable cause) |
Copyright © 2018. All Rights Reserved.