throw new DHCPServerInitException("foobar", new RuntimeException());
}
@Test (expected=DHCPServerInitException.class)
public void testDHCPServerInitExceptionThrowable() throws DHCPServerInitException {
throw new DHCPServerInitException(new RuntimeException());
}