Ice.ObjectNotExistException

class Ice.ObjectNotExistException(id: Identity | None = None, facet: str = '', operation: str = '', msg: str = '')

Bases: RequestFailedException

The exception that is raised when a dispatch could not find a servant for the identity carried by the request.

Parameters: