Ice.ConnectionClosedException

class Ice.ConnectionClosedException(closedByApplication: bool, msg: str)

Bases: LocalException

The exception that is raised when an operation fails because the connection has been closed gracefully.

Parameters:
  • closedByApplication (bool)

  • msg (str)

property closedByApplication: bool

True if the connection was closed by the application, False if it was closed by the Ice runtime.