Class GitRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.koraktor.mavanagaiata.git.GitRepositoryException
- All Implemented Interfaces:
Serializable
An exception that can be thrown during Git repository actions
- Author:
- Sebastian Staudt
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGitRepositoryException
(String message) Create a new exception instance with the given messageGitRepositoryException
(String message, Throwable cause) Create a new exception instance with the given message and cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GitRepositoryException
Create a new exception instance with the given message- Parameters:
message
- The message of the exception
-
GitRepositoryException
Create a new exception instance with the given message and cause- Parameters:
message
- The message of the exceptioncause
- The cause of the exception
-