Package | Description |
---|---|
org.jooq.exception |
The
org.jooq.exception package contains jOOQ's exceptions. |
Modifier and Type | Method and Description |
---|---|
static SQLStateSubclass |
SQLStateSubclass.fromCode(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(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.
|
Copyright © 2016. All Rights Reserved.