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
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHttpException(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
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()
-