public class RecoveryException
extends java.lang.Exception
RecoveryException
class defines exception when handling a failed event.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
RecoveryException(java.lang.Exception e)
Constructor.
|
RecoveryException(java.lang.String message)
Constructor.
|
public static final java.lang.String COPYRIGHT