Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CircuitBreakerOpenException (0.32 sec)

  1. src/main/java/jcifs/util/SimpleCircuitBreaker.java

            }
        }
    
        /**
         * Exception thrown when circuit breaker is open
         */
        public static class CircuitBreakerOpenException extends Exception {
            private static final long serialVersionUID = 1L;
    
            public CircuitBreakerOpenException(String message) {
                super(message);
            }
        }
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 11.3K bytes
    - Viewed (0)
Back to top