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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GitRepositoryException(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 Detail
-
GitRepositoryException
public GitRepositoryException(String message)
Create a new exception instance with the given message- Parameters:
message- The message of the exception
-
-