Class LoginActionsServiceException

  • All Implemented Interfaces:
    Serializable

    public class LoginActionsServiceException
    extends org.keycloak.common.VerificationException
    Author:
    hmlnarik
    See Also:
    Serialized Form
    • Constructor Detail

      • LoginActionsServiceException

        public LoginActionsServiceException​(javax.ws.rs.core.Response response)
      • LoginActionsServiceException

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

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

        public LoginActionsServiceException​(javax.ws.rs.core.Response response,
                                            Throwable cause)
    • Method Detail

      • getResponse

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