Class GitRepositoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.koraktor.mavanagaiata.git.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:
  • Constructor Details

    • 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