| Package | Description | 
|---|---|
| org.jooq.exception | The  org.jooq.exceptionpackage 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()fromThrowable.getCause()intoSQLStateClass, if thisDataAccessExceptionwas
 caused by aSQLException. | 
| 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.