@Deprecated public class RecoverableException extends AnnotationException
| Constructor and Description | 
|---|
RecoverableException(String msg)
Deprecated.  
Constructs a RecoverableException using the given message and underlying cause. 
 | 
RecoverableException(String msg,
                    Throwable cause)
Deprecated.  
Constructs a RecoverableException using the given message and underlying cause. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RecoverableException(String msg, Throwable cause)
msg - The message explaining the condition that caused the exceptioncause - The underlying exceptionpublic RecoverableException(String msg)
msg - Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.