Package io.github.belgif.rest.problem
Class MissingPermissionProblem
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.belgif.rest.problem.api.Problem
io.github.belgif.rest.problem.api.ClientProblem
io.github.belgif.rest.problem.api.InputValidationProblem
io.github.belgif.rest.problem.MissingPermissionProblem
- All Implemented Interfaces:
FluentInputValidationProblem<MissingPermissionProblem>
,FluentProblem<MissingPermissionProblem>
,Serializable
public class MissingPermissionProblem
extends InputValidationProblem
implements FluentInputValidationProblem<MissingPermissionProblem>
HTTP 403: Missing Permission (https://www.belgif.be/specification/rest/api-guide/problems/missingPermission.html)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.belgif.rest.problem.api.InputValidationProblem
addInvalidParam, addIssue, equals, getInvalidParams, getIssues, getMessage, hashCode, setInvalidParams, setInvalidParams, setIssues, setIssues
Methods inherited from class io.github.belgif.rest.problem.api.Problem
getAdditionalProperties, getDetail, getHref, getInstance, getStatus, getTitle, getType, setAdditionalProperty, setDetail, setHref, setInstance
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface io.github.belgif.rest.problem.api.FluentInputValidationProblem
issues, issues, setIssues, setIssues
Methods inherited from interface io.github.belgif.rest.problem.api.FluentProblem
additionalProperty, detail, href, instance, setAdditionalProperty, setDetail, setHref, setInstance
-
Field Details
-
TYPE
The problem type.- See Also:
-
TYPE_URI
The problem type URI. -
HREF
The href URI. -
TITLE
The title.- See Also:
-
STATUS
public static final int STATUSThe status.- See Also:
-
-
Constructor Details
-
MissingPermissionProblem
public MissingPermissionProblem() -
MissingPermissionProblem
-