ICE_API void Ice::checkNonIdempotent | ( | const Current & | current | ) |
Makes sure the operation mode of an incoming request is not idempotent.
current | The Current object of the incoming request to check. |
MarshalException | Thrown when the request's operation mode is OperationMode::Idempotent or OperationMode::Nonmutating. |