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