Class ServiceNotEnabledException

  • All Implemented Interfaces:
    Serializable

    public class ServiceNotEnabledException
    extends Exception
    Indicates the request service is not enabled on a repository.
    See Also:
    Serialized Form
    • Constructor Detail

      • 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.