logger.log(BasicLevel.WARN, "", exc);
distributeReply(replyTo, requestMsgId, new AdminReply(false, exc.toString()));
}
} else {
// Forward the request to the right AdminTopic agent.
forward(getDefault(targetId.getTo()), new FwdAdminRequestNot(request, replyTo, requestMsgId));
}
} else {
// Forward the request to the target.
forward(targetId, new FwdAdminRequestNot(request, replyTo, requestMsgId, createMessageId()));
}
}