Package edu.ucsb.cs.scaffold.errors
Class ForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.ucsb.cs.scaffold.errors.ForbiddenException
- All Implemented Interfaces:
Serializable
Thrown when a request is refused for a reason the client can fix (e.g. a missing PAT or a repo
the stored PAT cannot reach). Mapped to a 403 response carrying the message, so the frontend can
show it to the user.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ForbiddenException
-