Class RetryableRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jetty.client.RetryableRequestException
All Implemented Interfaces:
Serializable

public class RetryableRequestException extends RuntimeException

Exception indicating that the HTTP request was not handled by the server, and can therefore be retried, if possible.

See Also:
  • Constructor Details

    • RetryableRequestException

      public RetryableRequestException(Throwable failure)