Package ucar.httpservices
Class HTTPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- ucar.httpservices.HTTPException
-
- All Implemented Interfaces:
Serializable
public class HTTPException extends IOException
Created by IntelliJ IDEA. User: dmh Date: May 20, 2010 Time: 12:04:39 PM To change this template use File | Settings | File Templates.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HTTPException()
HTTPException(String message)
HTTPException(String message, Throwable cause)
HTTPException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
HTTPException
setCode(int code)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
setCode
public HTTPException setCode(int code)
-
getCode
public int getCode()
-
-