Class ServerConnectionException

All Implemented Interfaces:
Serializable

public class ServerConnectionException extends CloseConnectionException
An exception that was caused by server communication error (on the original client call).

This exception must bubble up through the error handling chain, as otherwise we would treat it as an internal exception, and may end up logging too much information.

See Also:
  • Constructor Details

    • ServerConnectionException

      public ServerConnectionException(String message, Throwable cause)
      Server connection exception based on a cause.
      Parameters:
      message - descriptive message
      cause - cause of this exception