Class AuthConfigException

All Implemented Interfaces:
Serializable

public class AuthConfigException extends RuntimeException
Exception thrown when an issue occurs during the authentication configuration
See Also:
  • Field Details

  • Constructor Details

    • AuthConfigException

      public AuthConfigException()
    • AuthConfigException

      public AuthConfigException(String message)
    • AuthConfigException

      public AuthConfigException(Throwable cause)
    • AuthConfigException

      public AuthConfigException(String message, Throwable cause)