Package exceptions.gui
Class ForbiddenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- exceptions.gui.JatosException
-
- exceptions.gui.HttpException
-
- exceptions.gui.ForbiddenException
-
- All Implemented Interfaces:
java.io.Serializable
public class ForbiddenException extends HttpException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class exceptions.gui.HttpException
httpStatusCode
-
-
Constructor Summary
Constructors Constructor Description ForbiddenException(java.lang.String message)ForbiddenException(java.lang.String message, ApiEnvelope.ErrorCode code)
-
Method Summary
-
Methods inherited from class exceptions.gui.HttpException
getStatus
-
Methods inherited from class exceptions.gui.JatosException
asApiJsonNode, asApiJsValue
-
-
-
-
Constructor Detail
-
ForbiddenException
public ForbiddenException(java.lang.String message)
-
ForbiddenException
public ForbiddenException(java.lang.String message, ApiEnvelope.ErrorCode code)
-
-