jrunx.tyrex.tm
Class RecoveryException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jrunx.tyrex.util.NestedException
|
+--jrunx.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.
- See Also:
- Serialized Form
| 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 |
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
Copyright © 2002 Macromedia Corporation. All Rights Reserved.