Package org.keycloak.services.resources
Class LoginActionsServiceException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.keycloak.common.VerificationException
- 
- org.keycloak.services.resources.LoginActionsServiceException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class LoginActionsServiceException extends VerificationException - Author:
- hmlnarik
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description LoginActionsServiceException(javax.ws.rs.core.Response response)LoginActionsServiceException(javax.ws.rs.core.Response response, String message)LoginActionsServiceException(javax.ws.rs.core.Response response, String message, Throwable cause)LoginActionsServiceException(javax.ws.rs.core.Response response, Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsegetResponse()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
LoginActionsServiceExceptionpublic LoginActionsServiceException(javax.ws.rs.core.Response response) 
 - 
LoginActionsServiceExceptionpublic LoginActionsServiceException(javax.ws.rs.core.Response response, String message)
 - 
LoginActionsServiceExceptionpublic LoginActionsServiceException(javax.ws.rs.core.Response response, String message, Throwable cause)
 - 
LoginActionsServiceExceptionpublic LoginActionsServiceException(javax.ws.rs.core.Response response, Throwable cause)
 
- 
 
-