Package | Description |
---|---|
org.corfudb.runtime.exceptions |
Modifier and Type | Method and Description |
---|---|
static AbortCause |
AbortCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbortCause[] |
AbortCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TransactionAbortedException(TxResolutionInfo txResolutionInfo,
AbortCause abortCause,
Throwable cause,
AbstractTransactionalContext context) |
TransactionAbortedException(TxResolutionInfo txResolutionInfo,
byte[] conflictKey,
UUID conflictStream,
Long offendingAddress,
AbortCause abortCause,
AbstractTransactionalContext context)
Constructor.
|
TransactionAbortedException(TxResolutionInfo txResolutionInfo,
byte[] conflictKey,
UUID conflictStream,
Long offendingAddress,
AbortCause abortCause,
Throwable cause,
AbstractTransactionalContext context) |
Copyright © 2019 CorfuDB. All rights reserved.