Class AuthorizationEndpointChecker.AuthorizationCheckException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.keycloak.protocol.oidc.endpoints.AuthorizationEndpointChecker.AuthorizationCheckException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- AuthorizationEndpointChecker
 
 public class AuthorizationEndpointChecker.AuthorizationCheckException extends Exception - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AuthorizationCheckException(javax.ws.rs.core.Response.Status status, String error, String errorDescription)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetError()StringgetErrorDescription()voidthrowAsCorsErrorResponseException(Cors cors)voidthrowAsErrorPageException(AuthenticationSessionModel authenticationSession)- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Method Detail- 
throwAsErrorPageExceptionpublic void throwAsErrorPageException(AuthenticationSessionModel authenticationSession) 
 - 
throwAsCorsErrorResponseExceptionpublic void throwAsCorsErrorResponseException(Cors cors) 
 - 
getErrorpublic String getError() 
 - 
getErrorDescriptionpublic String getErrorDescription() 
 
- 
 
-