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