org.apache.commons.transaction.file
Class ResourceManagerSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.transaction.file.ResourceManagerException
org.apache.commons.transaction.file.ResourceManagerSystemException
- All Implemented Interfaces:
- Serializable, ResourceManagerErrorCodes
public class ResourceManagerSystemException
- extends ResourceManagerException
Signals an internal system error in a ResourceManager
.
- Version:
- $Revision$
- See Also:
- Serialized Form
Fields inherited from interface org.apache.commons.transaction.file.ResourceManagerErrorCodes |
ERR_DEAD_LOCK, ERR_DUP_TX, ERR_ISOLATION_LEVEL_UNSUPPORTED, ERR_LOCK, ERR_MARKED_FOR_ROLLBACK, ERR_NO_LOCK, ERR_NO_SUCH_RESOURCE, ERR_NO_TX, ERR_RESOURCE_EXISTS, ERR_RESOURCEID_INVALID, ERR_SYSTEM, ERR_SYSTEM_INCONSISTENT, ERR_THREAD_INVALID, ERR_TX_INACTIVE, ERR_TX_INCONSISTENT, ERR_TXID_INVALID, ERR_UNKNOWN |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResourceManagerSystemException
public ResourceManagerSystemException(String message,
int status,
Object txId,
Throwable cause)
ResourceManagerSystemException
public ResourceManagerSystemException(String message,
int status,
Object txId)
ResourceManagerSystemException
public ResourceManagerSystemException(int status,
Object txId,
Throwable cause)
ResourceManagerSystemException
public ResourceManagerSystemException(int status,
Object txId)
Copyright © 2004 The Apache Software Foundation. All Rights Reserved.