Ice.UnknownException¶
- class Ice.UnknownException(msg: str, replyStatus: int = 7)¶
Bases:
DispatchExceptionThe exception that is raised when a dispatch failed with an exception that is not a
LocalExceptionor aUserException.
Bases: DispatchException
The exception that is raised when a dispatch failed with an exception that is not a LocalException or a
UserException.