Class HttpException

All Implemented Interfaces:
Serializable

public class HttpException extends IOException
See Also:
  • Constructor Details

    • HttpException

      public HttpException(int responseCode)
    • HttpException

      public HttpException(int responseCode, String message, Throwable cause)
    • HttpException

      public HttpException(int responseCode, String arg0)
  • Method Details

    • getResponseCode

      public int getResponseCode()