Class ElfinderConnectorException.Server

All Implemented Interfaces:
Serializable
Enclosing class:
ElfinderConnectorException

public static final class ElfinderConnectorException.Server extends ElfinderConnectorException
Represents a server error. This is an unexpected error that should not happen in normal operation.
Since:
8.3.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

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