Class RetryableRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jetty.client.RetryableRequestException
- All Implemented Interfaces:
 Serializable
Exception indicating that the HTTP request was not handled by the server, and can therefore be retried, if possible.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionRetryableRequestException(String message) RetryableRequestException(Throwable failure)  - 
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
RetryableRequestException
 - 
RetryableRequestException
 
 -