com.iona.jbus.transaction
Class TransactionAlreadyActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.
Copyright � 2004 IONA Technologies PLC. All rights reserved.