Package org.jboss.windup.web.services
Class KeycloakAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.windup.web.services.KeycloakAuthenticationException
-
- All Implemented Interfaces:
Serializable
public class KeycloakAuthenticationException extends Exception
Thrown when we fail to authenticate with Keycloak.- Author:
- Jesse Sightler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeycloakAuthenticationException()KeycloakAuthenticationException(String message)KeycloakAuthenticationException(String message, Throwable cause)KeycloakAuthenticationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)KeycloakAuthenticationException(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 Detail
-
KeycloakAuthenticationException
public KeycloakAuthenticationException()
-
KeycloakAuthenticationException
public KeycloakAuthenticationException(String message)
-
KeycloakAuthenticationException
public KeycloakAuthenticationException(String message, Throwable cause)
-
KeycloakAuthenticationException
public KeycloakAuthenticationException(Throwable cause)
-
-