tyrex.tm

Class RecoveryException

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

Constructor Summary
RecoveryException(Exception except)
RecoveryException(String message)
Method Summary
RecoveryExceptiongetNextException()
Returns the next recovery exception.
voidsetNextException(RecoveryException except)
Sets the next recovery exception.

Constructor Detail

RecoveryException

public RecoveryException(Exception except)

RecoveryException

public RecoveryException(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

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.