Package org.keycloak.services
Class ForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.spi.Failure
org.jboss.resteasy.spi.LoggableFailure
org.keycloak.services.ForbiddenException
- All Implemented Interfaces:
Serializable
public class ForbiddenException
extends org.jboss.resteasy.spi.LoggableFailure
To provide a typed exception for Forbidden (This doesn't exist in Resteasy 2.3.7)
- See Also:
-
Field Summary
Fields inherited from class org.jboss.resteasy.spi.Failure
errorCode, loggable, response
-
Constructor Summary
ConstructorDescriptionForbiddenException
(String s, jakarta.ws.rs.core.Response response) ForbiddenException
(String s, Throwable throwable) ForbiddenException
(String s, Throwable throwable, jakarta.ws.rs.core.Response response) ForbiddenException
(Throwable throwable) ForbiddenException
(Throwable throwable, jakarta.ws.rs.core.Response response) -
Method Summary
Methods inherited from class org.jboss.resteasy.spi.Failure
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ForbiddenException
public ForbiddenException() -
ForbiddenException
-
ForbiddenException
-
ForbiddenException
-
ForbiddenException
-
ForbiddenException
-
ForbiddenException
-