com.scooterframework.common.http
Class HTTPRequestError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.scooterframework.common.http.HTTPRequestError
- All Implemented Interfaces:
- java.io.Serializable
public class HTTPRequestError
- extends java.lang.RuntimeException
HTTPRequestError class represents http request error.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HTTPRequestError
public HTTPRequestError()
HTTPRequestError
public HTTPRequestError(java.lang.String s)
HTTPRequestError
public HTTPRequestError(java.lang.Throwable cause)
HTTPRequestError
public HTTPRequestError(java.lang.String message,
java.lang.Throwable cause)