Artix User APIs

com.iona.jbus.transaction
Class TransactionAlreadyActiveException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.iona.jbus.transaction.TransactionAlreadyActiveException
All Implemented Interfaces:
Serializable

public class TransactionAlreadyActiveException
extends Exception

Signals transaction is already active while manipulating a transaction.

See Also:
Serialized Form

Constructor Summary
TransactionAlreadyActiveException(String message)
          Constructs a TransactionAlreadyActiveException with the specified message.
TransactionAlreadyActiveException(Throwable cause)
          Constructs a TransactionAlreadyActiveException with the specified cause.
 
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
 

Constructor Detail

TransactionAlreadyActiveException

public TransactionAlreadyActiveException(String message)
Constructs a TransactionAlreadyActiveException with the specified message.

Parameters:
message - A string containing the detail message.

TransactionAlreadyActiveException

public TransactionAlreadyActiveException(Throwable cause)
Constructs a TransactionAlreadyActiveException with the specified cause.

Parameters:
cause - The exception that caused this context exception.

Artix User APIs

Copyright � 2004 IONA Technologies PLC. All rights reserved.