I\'m using CountDownLatches to wait for a specific even but I need to be able to abort its await() method and throw an exception right away.
CountDownLatch
await()
It\