Package org.eclipse.jgit.api.errors
Class NoHeadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.api.errors.GitAPIException
-
- org.eclipse.jgit.api.errors.NoHeadException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoHeadException extends GitAPIException
Exception thrown when a command expected theHEAD
reference to exist but couldn't find such a reference- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoHeadException(java.lang.String message)
NoHeadException(java.lang.String message, java.lang.Throwable cause)
-