public class RetryAttemptException extends Exception
| Constructor and Description |
|---|
RetryAttemptException(String mesg)
This constructor initialises the message.
|
RetryAttemptException(String mesg,
Throwable t)
This constructor initialises the message and associated exception.
|
RetryAttemptException(Throwable t)
This constructor initialises the associated exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RetryAttemptException(String mesg)
mesg - The messagepublic RetryAttemptException(Throwable t)
t - The associated exceptionCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.