ot
class IllegalMonitorStateException
#include "ot/base/IllegalMonitorStateException.h"
Thrown when a Mutex is not in the correct locked state for an operation.
Constructor/Destructor Detail |
IllegalMonitorStateException
IllegalMonitorStateException()
-
Constructs an IllegalMonitorStateException without a detail message.
IllegalMonitorStateException
IllegalMonitorStateException(const String& message)
-
Constructs an IllegalMonitorStateException with a detail message.
- Parameters:
message
-
the detail message.
getExceptionType
virtual String getExceptionType() const
-
Returns the class name as a String.
This method should be overridden in all derived classes to return the name of the derived class.
- See also:
-
getDescription()
Found a bug or missing feature? Please email us at support@elcel.com