Class ServiceNotEnabledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.transport.resolver.ServiceNotEnabledException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceNotEnabledException extends java.lang.Exception
Indicates the request service is not enabled on a repository.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceNotEnabledException()
Indicates the request service is not available.
-