Class ServiceNotEnabledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.transport.resolver.ServiceNotEnabledException
All Implemented Interfaces:
Serializable

public class ServiceNotEnabledException extends Exception
Indicates the request service is not enabled on a repository.
See Also:
  • Field Details

  • Constructor Details

    • ServiceNotEnabledException

      public ServiceNotEnabledException(String message, Throwable cause)
      Constructor for ServiceNotEnabledException.
      Parameters:
      message - error message
      cause - a Throwable object.
      Since:
      4.1
    • ServiceNotEnabledException

      public ServiceNotEnabledException(String message)
      Constructor for ServiceNotEnabledException.
      Parameters:
      message - error message
      Since:
      4.1
    • ServiceNotEnabledException

      public ServiceNotEnabledException()
      Indicates the request service is not available.