Package aQute.bnd.http
Class RetryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
aQute.bnd.http.RetryException
- All Implemented Interfaces:
Serializable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRetryException
(TaggedData tag, String message) RetryException
(TaggedData tag, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
tag
-
-
Constructor Details
-
RetryException
RetryException(TaggedData tag, Throwable cause) -
RetryException
RetryException(TaggedData tag, String message)
-
-
Method Details
-
getTag
TaggedData getTag()
-