View Javadoc
1   package net.secodo.jcircuitbreaker.breakhandler.impl;
2   
3   public class BreakHandlerTestInstantiationException extends Exception {
4     public BreakHandlerTestInstantiationException(String message) {
5       super(message);
6     }
7   }