public interface ResourceManagerErrorCodes
ResourceManager
,
ResourceManagerException
,
ResourceManagerSystemException
Modifier and Type | Field and Description |
---|---|
static int |
ERR_DEAD_LOCK
Error code: lock could not be acquired error
|
static int |
ERR_DUP_TX
Error code: transaction identifier already exists error
|
static int |
ERR_ISOLATION_LEVEL_UNSUPPORTED
Error code: requested isolation level is not supported for this transaction error
|
static int |
ERR_LOCK
Error code: general lock error
|
static int |
ERR_MARKED_FOR_ROLLBACK
Error code: operation not possible as transaction is alredy marked for rollback error
|
static int |
ERR_NO_LOCK
Error code: lock could not be acquired error
|
static int |
ERR_NO_SUCH_RESOURCE
Error code: resource does not exist error
|
static int |
ERR_NO_TX
Error code: no transaction error
|
static int |
ERR_RESOURCE_EXISTS
Error code: resource already exists error
|
static int |
ERR_RESOURCEID_INVALID
Error code: resource identifier invalid error
|
static int |
ERR_SYSTEM
Error code: general system error
|
static int |
ERR_SYSTEM_INCONSISTENT
Error code: global inconsistent data system error
|
static int |
ERR_THREAD_INVALID
Error code: calling thread is not owner of transaction error (only in single thread implementations)
|
static int |
ERR_TX_INACTIVE
Error code: transaction inactive error
|
static int |
ERR_TX_INCONSISTENT
Error code: inconsistent transaction data system error
|
static int |
ERR_TXID_INVALID
Error code: transaction identifier invalid error
|
static int |
ERR_UNKNOWN
Error code: unknown error
|
static final int ERR_UNKNOWN
static final int ERR_SYSTEM
static final int ERR_SYSTEM_INCONSISTENT
static final int ERR_TX_INCONSISTENT
static final int ERR_NO_TX
static final int ERR_TXID_INVALID
static final int ERR_TX_INACTIVE
static final int ERR_DUP_TX
static final int ERR_THREAD_INVALID
static final int ERR_ISOLATION_LEVEL_UNSUPPORTED
static final int ERR_MARKED_FOR_ROLLBACK
static final int ERR_RESOURCEID_INVALID
static final int ERR_RESOURCE_EXISTS
static final int ERR_NO_SUCH_RESOURCE
static final int ERR_LOCK
static final int ERR_NO_LOCK
static final int ERR_DEAD_LOCK
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.