Class GitLabAuthenticationException

All Implemented Interfaces:
Serializable

public class GitLabAuthenticationException extends 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