tyrex.tm
Class TransactionTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by tyrex.tm.TransactionTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class TransactionTimeoutException
extends java.lang.RuntimeException

Thrown to terminate the current thread and indicate that the current transaction has timed out.

Version:
$Revision: 1.5 $ $Date: 2001/03/12 19:20:19 $
Author:
Assaf Arkin
See Also:
Serialized Form

Constructor Summary
TransactionTimeoutException()
           
TransactionTimeoutException(java.lang.String message)
           
 
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

TransactionTimeoutException

public TransactionTimeoutException()

TransactionTimeoutException

public TransactionTimeoutException(java.lang.String message)


Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.