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
public class UnauthorizedHttpException extends HttpException
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description UnauthorizedHttpException()UnauthorizedHttpException(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)UnauthorizedHttpException(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
-
Constructor Details
-
UnauthorizedHttpException
public UnauthorizedHttpException() -
UnauthorizedHttpException
-
UnauthorizedHttpException
-
UnauthorizedHttpException
-
UnauthorizedHttpException
public UnauthorizedHttpException(int statusCode) -
UnauthorizedHttpException
-
UnauthorizedHttpException
-
UnauthorizedHttpException
-