package q2; public final class E extends RuntimeException { public E() { super("Failed to bind to the service."); } }