public class ResourceManagerSystemException extends ResourceManagerException
ResourceManager
.ERR_UNKNOWN_CODE, ERR_UNKNOWN_TEXT, status, txId
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
Constructor and Description |
---|
ResourceManagerSystemException(int status,
java.lang.Object txId) |
ResourceManagerSystemException(int status,
java.lang.Object txId,
java.lang.Throwable cause) |
ResourceManagerSystemException(java.lang.String message,
int status,
java.lang.Object txId) |
ResourceManagerSystemException(java.lang.String message,
int status,
java.lang.Object txId,
java.lang.Throwable cause) |
composeMessage, composeMessage, getStatus, statusToCode, statusToString, statusToText
public ResourceManagerSystemException(java.lang.String message, int status, java.lang.Object txId, java.lang.Throwable cause)
public ResourceManagerSystemException(java.lang.String message, int status, java.lang.Object txId)
public ResourceManagerSystemException(int status, java.lang.Object txId, java.lang.Throwable cause)
public ResourceManagerSystemException(int status, java.lang.Object txId)
Copyright ? 2004 The Apache Software Foundation. All Rights Reserved.