Class GitSecurityException

    • Constructor Detail

      • GitSecurityException

        public GitSecurityException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message.
      • GitSecurityException

        public GitSecurityException​(String message,
                                    Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause
      • GitSecurityException

        public GitSecurityException​(Throwable cause)
        Constructs a new exception with the specified cause
        Parameters:
        cause - the cause