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)
Constructor for InvalidRefNameExceptionInvalidRefNameException(String msg, Throwable cause)
Constructor for InvalidRefNameException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidRefNameException
public InvalidRefNameException(String msg)
Constructor for InvalidRefNameException- Parameters:
msg
- error message
-
-