Package org.jivesoftware.util
Class HTTPConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.util.HTTPConnectionException
- All Implemented Interfaces:
Serializable
Exception class that wraps an HTTP error code.
- Author:
- Gaston Dombiak
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HTTPConnectionException
public HTTPConnectionException(int errorCode)
-
-
Method Details
-
getErrorCode
public int getErrorCode() -
getMessage
- Overrides:
getMessage
in classThrowable
-