Uses of Class
org.apache.commons.transaction.locking.LockException.Code

Packages that use LockException.Code
org.apache.commons.transaction.locking Locking: Central package for locking related stuff. 
 

Uses of LockException.Code in org.apache.commons.transaction.locking
 

Fields in org.apache.commons.transaction.locking declared as LockException.Code
protected  LockException.Code LockException.code
           
 

Methods in org.apache.commons.transaction.locking that return LockException.Code
 LockException.Code LockException.getCode()
          Returns the formal reason for the exception.
static LockException.Code LockException.Code.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LockException.Code[] LockException.Code.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.commons.transaction.locking with parameters of type LockException.Code
LockException(LockException.Code code)
           
LockException(LockException.Code code, Object resourceId)
           
LockException(String message, LockException.Code code)
           
LockException(String message, LockException.Code code, Object resourceId)
           
LockException(Throwable cause, LockException.Code code)
           
 



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