Uses of Class
org.apache.commons.transaction.resource.ResourceException.Code

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)
           
 



Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.