tyrex.tm
Class RecoveryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--tyrex.util.NestedException
                    |
                    +--tyrex.tm.RecoveryException
All Implemented Interfaces:
java.io.Serializable

public class RecoveryException
extends 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

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, getLocalizedMessage, getMessage, 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


Intalio Inc. (C) 1999-2001. All rights reserved.