KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > net > HttpRetryException

java.net
Class HttpRetryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.net.HttpRetryException
All Implemented Interfaces:
Serializable
See Also:
Source Code

public String getLocation()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getReason()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public HttpRetryException(String detail,
                          int code)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public HttpRetryException(String detail,
                          int code,
                          String location)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int responseCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags