|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionException.Code | |
|---|---|
| org.apache.commons.transaction | Apache Commons Transaction Making concurrent programming transactional. |
| Uses of TransactionException.Code in org.apache.commons.transaction |
|---|
| Fields in org.apache.commons.transaction declared as TransactionException.Code | |
|---|---|
protected TransactionException.Code |
TransactionException.code
|
| Methods in org.apache.commons.transaction that return TransactionException.Code | |
|---|---|
TransactionException.Code |
TransactionException.getCode()
Returns the formal reason for the exception. |
static TransactionException.Code |
TransactionException.Code.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TransactionException.Code[] |
TransactionException.Code.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.apache.commons.transaction with parameters of type TransactionException.Code | |
|---|---|
TransactionException(Throwable cause,
TransactionException.Code code)
|
|
TransactionException(TransactionException.Code code)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||