| Package | Description |
|---|---|
| net.sf.hajdbc | |
| net.sf.hajdbc.durability | |
| net.sf.hajdbc.sql | |
| net.sf.hajdbc.sql.io | |
| net.sf.hajdbc.sql.xa | |
| net.sf.hajdbc.state.simple |
| Modifier and Type | Method and Description |
|---|---|
ExceptionType |
AbstractExceptionFactory.getType() |
ExceptionType |
ExceptionFactory.getType() |
static ExceptionType |
ExceptionType.valueOf(Class<?> exceptionClass) |
static ExceptionType |
ExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionType[] |
ExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionType |
InvocationEventImpl.getExceptionType() |
ExceptionType |
InvocationEvent.getExceptionType() |
| Constructor and Description |
|---|
InvocationEventImpl(Object transactionId,
Durability.Phase phase,
ExceptionType exceptionType) |
| Modifier and Type | Method and Description |
|---|---|
ExceptionType |
SQLExceptionFactory.getType() |
| Modifier and Type | Method and Description |
|---|---|
ExceptionType |
IOExceptionFactory.getType() |
| Modifier and Type | Method and Description |
|---|---|
ExceptionType |
XAExceptionFactory.getType() |
| Modifier and Type | Method and Description |
|---|---|
ExceptionType |
InvocationEventAdapter.getExceptionType() |
Copyright © 2004–2014 Paul Ferraro. All rights reserved.