Package org.eclipse.jgit.api.errors
Class InvalidConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.api.errors.GitAPIException
-
- org.eclipse.jgit.api.errors.InvalidConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidConfigurationException extends GitAPIException
Exception thrown when a command fails due to an invalid configuration- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidConfigurationException(java.lang.String message)
InvalidConfigurationException(java.lang.String message, java.lang.Throwable cause)
-