tyrex.tm
Class RecoveryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bytyrex.util.NestedException
              extended bytyrex.tm.RecoveryException
All Implemented Interfaces:
java.io.Serializable

public class RecoveryException
extends tyrex.util.NestedException

Indicates an error occuring during recovery. Recovery exceptions wrap underlying exceptions and are chained together.

Version:
$Revision: 1.1 $ $Date: 2001/03/13 03:15:21 $
Author:
Assaf Arkin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
RecoveryException(java.lang.Exception except)
           
RecoveryException(java.lang.String message)
           
 
Method Summary
 RecoveryException getNextException()
          Returns the next recovery exception.
 void setNextException(RecoveryException except)
          Sets the next recovery exception.
 
Methods inherited from class tyrex.util.NestedException
getException, 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

RecoveryException

public RecoveryException(java.lang.Exception except)

RecoveryException

public RecoveryException(java.lang.String message)
Method Detail

getNextException

public RecoveryException getNextException()
Returns the next recovery exception. If more than one exception occured during recovery, this method returns the exceptions in the chain.

Returns:
The next recovery exception, or null

setNextException

public void setNextException(RecoveryException except)
Sets the next recovery exception.

Parameters:
except - The next recovery exception


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.