Subversion Repositories DevTools

Rev

Rev 854 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 854 Rev 858
Line 400... Line 400...
400
        mLogger.warn("run oracle connection issues");
400
        mLogger.warn("run oracle connection issues");
401
        mSleep = true;
401
        mSleep = true;
402
      }
402
      }
403
      catch( ExitException e )
403
      catch( ExitException e )
404
      {
404
      {
405
        mLogger.fatal("run ExitException");
405
        mLogger.warn("run ExitException");
406
        exit = true;
406
        exit = true;
407
      }
407
      }
408
      catch( InterruptedException e )
408
      catch( InterruptedException e )
409
      {
409
      {
410
        mLogger.warn("run InterruptedException");
410
        mLogger.warn("run InterruptedException");