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 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
Fields inherited from class java.lang.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 |
RecoveryException
public RecoveryException(java.lang.Exception except)
RecoveryException
public RecoveryException(java.lang.String message)
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.