Beispiel

public static class ClassA {
public void methodA {

try {
//...
} catch ( IllegalMonitorStateException e ) {
//...
}
}

Lösung
Überdenken Sie die Verwendung der catch-Klausel.