|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.iids.aos.kernel.ac.DifferentXIDException
public class DifferentXIDException
Internal kernel exception, thrown when multiple XID are used on the same base connection when doing ACTP.
| Field Summary | |
|---|---|
protected TransactionID |
tid
|
| Constructor Summary | |
|---|---|
DifferentXIDException()
Creates a new instance of DifferentXIDException without detail message. |
|
DifferentXIDException(TransactionID tid)
|
|
| Method Summary | |
|---|---|
TransactionID |
getTransactionID()
|
| 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 |
|---|
protected TransactionID tid
| Constructor Detail |
|---|
public DifferentXIDException()
DifferentXIDException without detail message.
public DifferentXIDException(TransactionID tid)
| Method Detail |
|---|
public TransactionID getTransactionID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||