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
- Author:
- hmlnarik
- See Also:
-
Constructor Summary
ConstructorDescriptionLoginActionsServiceException
(jakarta.ws.rs.core.Response response) LoginActionsServiceException
(jakarta.ws.rs.core.Response response, String message) LoginActionsServiceException
(jakarta.ws.rs.core.Response response, String message, Throwable cause) LoginActionsServiceException
(jakarta.ws.rs.core.Response response, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LoginActionsServiceException
public LoginActionsServiceException(jakarta.ws.rs.core.Response response) -
LoginActionsServiceException
-
LoginActionsServiceException
-
LoginActionsServiceException
-
-
Method Details
-
getResponse
public jakarta.ws.rs.core.Response getResponse()
-