Skip to main content
FRAMES NO FRAMES

Class IloMutexProblem

Definition file: ilconcert/ilothread.h
Map of IloMutexProblemIloMutexProblemIloMutexDeadlockIloMutexNotOwnerIloMutexProblemIloException
Exception.

The class IloMutexProblem is part of the hierarchy of classes representing exceptions in Concert Technology. Concert Technology uses instances of this class when an error occurs with respect to a mutex, an instance of IloFastMutex.

 catch(IloMutexProblem& error);
 

See Also:

Method Summary
public IloMutexProblem(const char * msg)
Method Detail

IloMutexProblem

public IloMutexProblem(const char * msg)

This constructor creates an instance of IloMutexProblem to represent an exception in case of an error involving a mutex.