Class ElfinderConnectorException.Server

    • Constructor Detail

      • Server

        public Server​(String message)
        Creates a new unexpected server error.
        Parameters:
        message - The error message to return in the response.
      • Server

        public Server​(String message,
                      Exception cause)
        Creates a new unexpected server error.
        Parameters:
        message - The error message.
        cause - The underlying cause of the error.