Ice.FacetNotExistException

class Ice.FacetNotExistException(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 + facet carried by the request.

Parameters: