| Package | Description |
|---|---|
| org.noorm.jdbc |
| Modifier and Type | Method and Description |
|---|---|
DataAccessException.Type |
DataAccessException.getType() |
static DataAccessException.Type |
DataAccessException.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataAccessException.Type[] |
DataAccessException.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DataAccessException(DataAccessException.Type pType) |
DataAccessException(DataAccessException.Type pType,
String pMessage) |
DataAccessException(DataAccessException.Type pType,
Throwable pCause) |
Copyright © 2013. All rights reserved.