Class GitRepositoryException

  • All Implemented Interfaces:
    Serializable

    public class GitRepositoryException
    extends Exception
    An exception that can be thrown during Git repository actions
    Author:
    Sebastian Staudt
    See Also:
    Serialized Form
    • Constructor Detail

      • GitRepositoryException

        public GitRepositoryException​(String message)
        Create a new exception instance with the given message
        Parameters:
        message - The message of the exception
      • GitRepositoryException

        public GitRepositoryException​(String message,
                                      Throwable cause)
        Create a new exception instance with the given message and cause
        Parameters:
        message - The message of the exception
        cause - The cause of the exception