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:
  • Constructor Details

    • LoginActionsServiceException

      public LoginActionsServiceException(jakarta.ws.rs.core.Response response)
    • LoginActionsServiceException

      public LoginActionsServiceException(jakarta.ws.rs.core.Response response, String message)
    • LoginActionsServiceException

      public LoginActionsServiceException(jakarta.ws.rs.core.Response response, String message, Throwable cause)
    • LoginActionsServiceException

      public LoginActionsServiceException(jakarta.ws.rs.core.Response response, Throwable cause)
  • Method Details

    • getResponse

      public jakarta.ws.rs.core.Response getResponse()