com.xenonsoft.bridgetown.aop.transaction
Class TransactionRolledbackException

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.TransactionRolledbackException
All Implemented Interfaces:
java.io.Serializable

public class TransactionRolledbackException
extends TransactionException

This exception indicates that the transaction associated with processing of the request has been rolled back, or it has been marked to roll back. Thus the requested operation either could not be performed or was not performed because further computation on behalf of the transaction would be fruitless.

Version:
$Id: TransactionRolledbackException.java,v 1.2 2005/02/23 01:28:13 peter_pilgrim Exp $
Author:
Peter Pilgrim, 15-Nov-2004 22:50:08
See Also:
Serialized Form

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

TransactionRolledbackException

public TransactionRolledbackException()
Default constructor


TransactionRolledbackException

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

Parameters:
message - the message to report

TransactionRolledbackException

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

Parameters:
cause - the root cause

TransactionRolledbackException

public TransactionRolledbackException(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.