com.xenonsoft.bridgetown.aop.transaction
Class TransactionInvalidControlException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.xenonsoft.bridgetown.aop.transaction.TransactionException
                  extended bycom.xenonsoft.bridgetown.aop.transaction.TransactionInvalidControlException
All Implemented Interfaces:
java.io.Serializable

public class TransactionInvalidControlException
extends TransactionException

An exception that declares that the transaction is invalid declared. This exception indicates that the request carried an invalid transaction context.

Version:
$Id: TransactionInvalidControlException.java,v 1.1 2005/02/23 01:20:21 peter_pilgrim Exp $
Author:
Peter Pilgrim, 15-Nov-2004 14:55:02
See Also:
Serialized Form

Constructor Summary
TransactionInvalidControlException()
          Default constructor
TransactionInvalidControlException(java.lang.String message)
          Standard constructor
TransactionInvalidControlException(java.lang.String message, java.lang.Throwable cause)
          Standard constructor
TransactionInvalidControlException(java.lang.Throwable cause)
          Standard constructor
 
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

TransactionInvalidControlException

public TransactionInvalidControlException()
Default constructor


TransactionInvalidControlException

public TransactionInvalidControlException(java.lang.String message)
Standard constructor

Parameters:
message - the message to report

TransactionInvalidControlException

public TransactionInvalidControlException(java.lang.Throwable cause)
Standard constructor

Parameters:
cause - the root cause

TransactionInvalidControlException

public TransactionInvalidControlException(java.lang.String message,
                                          java.lang.Throwable cause)
Standard constructor

Parameters:
message - the message to report
cause - the root cause


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.