Class UnauthorizedHttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.aeontronix.enhancedmule.tools.util.HttpException
com.aeontronix.enhancedmule.tools.util.UnauthorizedHttpException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.aeontronix.enhancedmule.tools.util.HttpException
statusCode -
Constructor Summary
ConstructorsConstructorDescriptionUnauthorizedHttpException(int statusCode) UnauthorizedHttpException(String message) UnauthorizedHttpException(String message, int statusCode) UnauthorizedHttpException(String message, Throwable cause) UnauthorizedHttpException(String message, Throwable cause, int statusCode) UnauthorizedHttpException(Throwable cause, int statusCode) -
Method Summary
Methods inherited from class com.aeontronix.enhancedmule.tools.util.HttpException
getStatusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnauthorizedHttpException
public UnauthorizedHttpException() -
UnauthorizedHttpException
-
UnauthorizedHttpException
-
UnauthorizedHttpException
-
UnauthorizedHttpException
public UnauthorizedHttpException(int statusCode) -
UnauthorizedHttpException
-
UnauthorizedHttpException
-
UnauthorizedHttpException
-