Ejemplo n.º 1
0
 protected void handleFatalError(Throwable e) {
   m_tracker.setFailed(true);
   processError("Unexpected error occurred processing", e.toString(), e);
 }
Ejemplo n.º 2
0
 protected void handleAuthError(String msg) {
   m_tracker.setFailed(true);
   processError("Authentication error processing", msg, null);
 }