Package org.eclipse.jgit.api.errors
Class RefNotAdvertisedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.api.errors.GitAPIException
-
- org.eclipse.jgit.api.errors.RefNotAdvertisedException
-
- All Implemented Interfaces:
java.io.Serializable
public class RefNotAdvertisedException extends GitAPIException
Thrown when a ref is not found in advertised refs- Since:
- 4.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description RefNotAdvertisedException(java.lang.String message)
Constructor for RefNotAdvertisedException
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-