}
if ( se==null ) {
final ExtendedCAServiceNotActiveException e = new ExtendedCAServiceNotActiveException("No ocsp signing key for caid "+caid);
synchronized(e) {
try {
e.wait(10000); // calm down the client
} catch (InterruptedException e1) {
throw new Error("Should never ever happend", e);
}
}
throw e;