Class GitLabAuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.jenkinsci.plugins.GitLabAuthenticationException
All Implemented Interfaces:
Serializable

public class GitLabAuthenticationException extends org.springframework.security.core.AuthenticationException
See Also:
  • Constructor Details

    • GitLabAuthenticationException

      public GitLabAuthenticationException(String msg, Throwable t)
      Standard constructor
      Parameters:
      msg - The error message for the Exception
      t - The Throwable to send along
    • GitLabAuthenticationException

      public GitLabAuthenticationException(String msg)
      Standard constructor
      Parameters:
      msg - The error message for the exception