Klasse GitRepositoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.koraktor.mavanagaiata.git.GitRepositoryException
Alle implementierten Schnittstellen:
Serializable

public class GitRepositoryException extends Exception
An exception that can be thrown during Git repository actions
Autor:
Sebastian Staudt
Siehe auch:
  • Konstruktordetails

    • GitRepositoryException

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

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