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