com.xenonsoft.bridgetown.aop.transaction
Class TransactionSystemException

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

public class TransactionSystemException
extends TransactionException

This exception indicates that there is systems failure inside the transaction management service or associated component such as a resource controller (database server). This problem during the attempt to perform some transaction call.

Version:
$Id: TransactionSystemException.java,v 1.2 2005/02/23 01:28:13 peter_pilgrim Exp $
Author:
Peter Pilgrim, 15-Nov-2004 14:49:00
See Also:
Serialized Form

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

TransactionSystemException

public TransactionSystemException()
Default constructor


TransactionSystemException

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

Parameters:
message - the message to report

TransactionSystemException

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

Parameters:
cause - the root cause

TransactionSystemException

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