org.exolab.core.foundation
Class TransactionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exolab.core.foundation.TransactionException
All Implemented Interfaces:
java.io.Serializable

public class TransactionException
extends java.lang.Exception

This exception is raised when there is a non-specific transaction exception

Version:
$Revision: 1.1 $ $Date: 2000/03/09 23:52:43 $
Author:
Jim Alateras
See Also:
TransactionIfc, Serialized Form

Constructor Summary
TransactionException()
          Default constructor does nothing but calls the base class constructor
TransactionException(java.lang.String reason)
          Construct an exception with the specified reason
 
Method Summary
 
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

TransactionException

public TransactionException()
Default constructor does nothing but calls the base class constructor


TransactionException

public TransactionException(java.lang.String reason)
Construct an exception with the specified reason

Parameters:
reason -


Copyright © 1999-2012 The Exolab Group. All Rights Reserved.