|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fabric.common.exceptions.FabricRuntimeException
fabric.worker.TransactionRestartingException
public final class TransactionRestartingException
Indicates that the current transaction should be restarted.
| Field Summary | |
|---|---|
TransactionID |
tid
Identifies the transaction that is to be restarted. |
| Constructor Summary | |
|---|---|
TransactionRestartingException(TransactionID tid)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final TransactionID tid
| Constructor Detail |
|---|
public TransactionRestartingException(TransactionID tid)
tid - identifies the transaction that is to be restarted.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||