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