public class ResourceManagerSystemException extends ResourceManagerException
ResourceManager.ERR_UNKNOWN_CODE, ERR_UNKNOWN_TEXT, status, txIdERR_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,
Object txId) |
ResourceManagerSystemException(int status,
Object txId,
Throwable cause) |
ResourceManagerSystemException(String message,
int status,
Object txId) |
ResourceManagerSystemException(String message,
int status,
Object txId,
Throwable cause) |
composeMessage, composeMessage, getStatus, statusToCode, statusToString, statusToTextaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceManagerSystemException(String message, int status, Object txId, Throwable cause)
public ResourceManagerSystemException(String message, int status, Object txId)
public ResourceManagerSystemException(int status, Object txId, Throwable cause)
public ResourceManagerSystemException(int status, Object txId)
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.