@Deprecated public class RecoverableException extends AnnotationException
| Constructor and Description |
|---|
RecoverableException(java.lang.String msg)
Deprecated.
Constructs a RecoverableException using the given message and underlying cause.
|
RecoverableException(java.lang.String msg,
java.lang.Throwable cause)
Deprecated.
Constructs a RecoverableException using the given message and underlying cause.
|
public RecoverableException(java.lang.String msg,
java.lang.Throwable cause)
msg - The message explaining the condition that caused the exceptioncause - The underlying exceptionpublic RecoverableException(java.lang.String msg)
msg - Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.