Package org.eclipse.jgit.api.errors
Class InvalidRefNameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.api.errors.GitAPIException
-
- org.eclipse.jgit.api.errors.InvalidRefNameException
-
- All Implemented Interfaces:
Serializable
public class InvalidRefNameException extends GitAPIException
Exception thrown when an invalid Ref name was encountered- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidRefNameException(String msg)
InvalidRefNameException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-