Class RetryExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- net.lenni0451.commons.httpclient.exceptions.HttpRequestException
-
- net.lenni0451.commons.httpclient.exceptions.RetryExceededException
-
- All Implemented Interfaces:
java.io.Serializable
public class RetryExceededException extends HttpRequestException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetryExceededException(HttpResponse response)RetryExceededException(HttpResponse response, java.lang.String message)
-
Method Summary
-
Methods inherited from class net.lenni0451.commons.httpclient.exceptions.HttpRequestException
getResponse
-
-
-
-
Constructor Detail
-
RetryExceededException
public RetryExceededException(HttpResponse response)
-
RetryExceededException
public RetryExceededException(HttpResponse response, java.lang.String message)
-
-