- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for CircuitOpenException (0.09 sec)
-
src/main/java/jcifs/util/SmbCircuitBreaker.java
} } /** * Exception thrown when circuit breaker is open */ public static class CircuitOpenException extends CIFSException { private static final long serialVersionUID = 1L; public CircuitOpenException(String message) { super(message); } } /** * Circuit breaker event listener interface */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 33.4K bytes - Viewed (0)