Package org.keycloak.services
Class CorsErrorResponseException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- javax.ws.rs.WebApplicationException
- 
- org.keycloak.services.CorsErrorResponseException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class CorsErrorResponseException extends javax.ws.rs.WebApplicationException- Author:
- Stian Thorgersen
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CorsErrorResponseException(Cors cors, String error, String errorDescription, javax.ws.rs.core.Response.Status status)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorDescription()javax.ws.rs.core.ResponsegetResponse()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Method Detail- 
getErrorDescriptionpublic String getErrorDescription() 
 - 
getResponsepublic javax.ws.rs.core.Response getResponse() - Overrides:
- getResponsein class- javax.ws.rs.WebApplicationException
 
 
- 
 
-