Class ServiceNotAuthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.transport.resolver.ServiceNotAuthorizedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceNotAuthorizedException extends java.lang.Exception
Indicates the request service is not authorized for current user.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceNotAuthorizedException()
Indicates the request service is not available.
-