org.cementj.base.trans
Class TransactionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cementj.base.ApplicationRuntimeException
                  extended by org.cementj.base.trans.TransactionException
All Implemented Interfaces:
java.io.Serializable

public class TransactionException
extends ApplicationRuntimeException

Exception for TransactionContext errors.

See Also:
Serialized Form

Constructor Summary
protected TransactionException()
           
  TransactionException(java.lang.String message)
           
  TransactionException(java.lang.String message, java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class org.cementj.base.ApplicationRuntimeException
getBaseThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionException

protected TransactionException()

TransactionException

public TransactionException(java.lang.String message)

TransactionException

public TransactionException(java.lang.String message,
                            java.lang.Throwable t)


Copyright © 2003 Delta Vortex Technologies, Inc. All Rights Reserved.