Subversion Repositories DevTools

Rev

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

Rev 820 Rev 858
Line 144... Line 144...
144
         mLogger.warn("run oracle connection issues");
144
         mLogger.warn("run oracle connection issues");
145
         mSleep = true;
145
         mSleep = true;
146
      }
146
      }
147
      catch( ExitException e )
147
      catch( ExitException e )
148
      {
148
      {
149
        mLogger.fatal("run ExitException");
149
        mLogger.warn("run ExitException");
150
        exit = true;
150
        exit = true;
151
      }
151
      }
152
      catch( InterruptedException e )
152
      catch( InterruptedException e )
153
      {
153
      {
154
        mLogger.warn("run InterruptedException");
154
        mLogger.warn("run InterruptedException");