Ice.Exception

class Ice.Exception

Bases: Exception

Abstract base class for all Ice exceptions. It has only two derived classes: LocalException and UserException.

ice_id() str

Returns the type ID of this exception. This corresponds to the Slice type ID for Slice-defined exceptions, and to a fully scoped name for other exceptions. For example: "::Ice::CommunicatorDestroyedException".

Returns:

The type ID of this exception.

Return type:

str