public class TransactionErrors extends Object implements ErrorCondition, RestrictedType<Symbol>
| Modifier and Type | Field and Description |
|---|---|
static TransactionErrors |
TRANSACTION_ROLLBACK |
static TransactionErrors |
TRANSACTION_TIMEOUT |
static TransactionErrors |
UNKNOWN_ID |
| Modifier and Type | Method and Description |
|---|---|
Symbol |
getValue() |
String |
toString() |
static TransactionErrors |
valueOf(Object obj) |
public static final TransactionErrors UNKNOWN_ID
public static final TransactionErrors TRANSACTION_ROLLBACK
public static final TransactionErrors TRANSACTION_TIMEOUT
public Symbol getValue()
getValue in interface ErrorConditiongetValue in interface RestrictedType<Symbol>public static TransactionErrors valueOf(Object obj)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.