}
private ServiceDescription rethrowAsInvokerUnvailable(Exception e) throws InvokerUnavailableException
{
Throwable cause = e.getCause();
throw new InvokerUnavailableException("Problem getting service description for producer "
+ getId() + ", please see the logs for more information. ", cause == null ? e : cause);
}