Class ServiceNotFoundException

    • Constructor Detail

      • ServiceNotFoundException

        public ServiceNotFoundException()
        Creates a new exception with no message.
      • ServiceNotFoundException

        public ServiceNotFoundException​(String message)
        Creates a new exception with the supplied message.
        Parameters:
        message - error message
      • ServiceNotFoundException

        public ServiceNotFoundException​(String message,
                                        Throwable cause)
        Creates a new exception with the supplied message and cause.
        Parameters:
        message - error message
        cause - cause of the error