public class RefNotFoundException extends GitAPIException
Constructor and Description |
---|
RefNotFoundException(String message)
Constructor for RefNotFoundException
|
RefNotFoundException(String message,
Throwable cause)
Constructor for RefNotFoundException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RefNotFoundException(String message, Throwable cause)
message
- error messagecause
- a Throwable
public RefNotFoundException(String message)
message
- error messageCopyright © 2020 Eclipse JGit Project. All rights reserved.