tyrex.tm
public class RecoveryException extends NestedException
Version: $Revision: 1.1 $ $Date: 2001/03/13 03:15:21 $
| Constructor Summary | |
|---|---|
| RecoveryException(Exception except) | |
| RecoveryException(String message) | |
| Method Summary | |
|---|---|
| RecoveryException | getNextException()
Returns the next recovery exception. |
| void | setNextException(RecoveryException except)
Sets the next recovery exception.
|
Returns: The next recovery exception, or null
Parameters: except The next recovery exception