# BrokenBarrierException

- **ID:** `java/brokenbarrierexception`
- **Domain:** java
- **Category:** runtime_error
- **Error Code:** `BrokenBarrierException`
- **Verification:** official
- **Fix Rate:** 80%

## Root Cause

Thread waiting on CyclicBarrier failed. Another thread timed out or was interrupted.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| 8+ | active | — | — |
