Class HttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.aeontronix.enhancedmule.tools.util.HttpException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnauthorizedHttpException
public class HttpException extends IOException
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected intstatusCode -
Constructor Summary
Constructors Constructor Description HttpException()HttpException(int statusCode)HttpException(String message)HttpException(String message, int statusCode)HttpException(String message, Throwable cause)HttpException(String message, Throwable cause, int statusCode)HttpException(Throwable cause)HttpException(Throwable cause, int statusCode) -
Method Summary
Modifier and Type Method Description intgetStatusCode()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
statusCode
protected int statusCode
-
-
Constructor Details
-
HttpException
public HttpException() -
HttpException
-
HttpException
-
HttpException
-
HttpException
public HttpException(int statusCode) -
HttpException
-
HttpException
-
HttpException
-
-
Method Details
-
getStatusCode
public int getStatusCode()
-