Package org.keycloak.services
Class CorsErrorResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
org.keycloak.services.CorsErrorResponseException
- All Implemented Interfaces:
Serializable
public class CorsErrorResponseException
extends jakarta.ws.rs.WebApplicationException
- Author:
- Stian Thorgersen
- See Also:
-
Constructor Summary
ConstructorDescriptionCorsErrorResponseException
(Cors cors, String error, String errorDescription, jakarta.ws.rs.core.Response.Status status) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CorsErrorResponseException
-
-
Method Details
-
getErrorDescription
-
getResponse
public jakarta.ws.rs.core.Response getResponse()- Overrides:
getResponse
in classjakarta.ws.rs.WebApplicationException
-