Package org.eclipse.jgit.api.errors
Class RefNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.api.errors.GitAPIException
-
- org.eclipse.jgit.api.errors.RefNotFoundException
-
- All Implemented Interfaces:
Serializable
public class RefNotFoundException extends GitAPIException
Thrown when a Ref can not be resolved- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RefNotFoundException(String message)
Constructor for RefNotFoundExceptionRefNotFoundException(String message, Throwable cause)
Constructor for RefNotFoundException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RefNotFoundException
public RefNotFoundException(String message, Throwable cause)
Constructor for RefNotFoundException- Parameters:
message
- error messagecause
- aThrowable
- Since:
- 4.1
-
RefNotFoundException
public RefNotFoundException(String message)
Constructor for RefNotFoundException- Parameters:
message
- error message
-
-