|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--tyrex.util.NestedException
|
+--tyrex.tm.RecoveryException
Indicates an error occuring during recovery. Recovery exceptions wrap underlying exceptions and are chained together.
| 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 |
|
| Constructor Detail |
public RecoveryException(java.lang.Exception except)
public RecoveryException(java.lang.String message)
| Method Detail |
public RecoveryException getNextException()
public void setNextException(RecoveryException except)
except - The next recovery exception
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||