Module java.base
Package java.net

Class HttpRetryException

java.lang.Object
All Implemented Interfaces:
Serializable

public class HttpRetryException extends IOException
Thrown to indicate that a HTTP request needs to be retried but cannot be retried automatically, due to streaming mode being enabled.
Since:
1.5
See Also: