org.iids.aos.kernel.ac
Class DifferentXIDException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.iids.aos.kernel.ac.DifferentXIDException
All Implemented Interfaces:
java.io.Serializable

public class DifferentXIDException
extends java.lang.Exception

Internal kernel exception, thrown when multiple XID are used on the same base connection when doing ACTP.

Author:
arno
See Also:
Serialized Form

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

tid

protected TransactionID tid
Constructor Detail

DifferentXIDException

public DifferentXIDException()
Creates a new instance of DifferentXIDException without detail message.


DifferentXIDException

public DifferentXIDException(TransactionID tid)
Method Detail

getTransactionID

public TransactionID getTransactionID()


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.