* @param connector
* The Rpc target
*/
private void handleConnectorRelatedException(ClientConnector connector,
Throwable throwable) {
ErrorEvent errorEvent = new ConnectorErrorEvent(connector, throwable);
ErrorHandler handler = ErrorEvent.findErrorHandler(connector);
handler.error(errorEvent);
}