public class RecoveryException extends Exception
RecoveryException.| Constructor and Description |
|---|
RecoveryException()
Creates a new instance of
RecoveryException. |
RecoveryException(String msg)
Creates a new instance of
RecoveryException. |
RecoveryException(String msg,
Throwable cause)
Creates a new instance of
RecoveryException. |
RecoveryException(Throwable cause)
Creates a new instance of
RecoveryException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RecoveryException()
RecoveryException.public RecoveryException(String msg)
RecoveryException.msg - The message.public RecoveryException(String msg, Throwable cause)
RecoveryException.msg - The message.cause - The cause.public RecoveryException(Throwable cause)
RecoveryException.cause - The cause.Copyright © 2013. All Rights Reserved.