Package org.eclipse.jgit.api.errors
Class RejectCommitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.api.errors.GitAPIException
-
- org.eclipse.jgit.api.errors.RejectCommitException
-
- All Implemented Interfaces:
java.io.Serializable
public class RejectCommitException extends GitAPIException
Exception thrown when a commit is rejected by a hook (eitherpre-commit
orcommit-msg
).- Since:
- 3.7
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RejectCommitException(java.lang.String message)
-