Package com.taobao.tddl.jdbc.atom.exception

Examples of com.taobao.tddl.jdbc.atom.exception.AtomNotAvailableException


          } finally {
            lastRetryTime = System.currentTimeMillis();
            lock.unlock();
          }
        } else {
          throw new AtomNotAvailableException(this.runTimeConf.getDbName() + " isNotAvailable"); //�����߳�fail-fast
        }
      } else {
        if (valve.smoothThroughOnInitial()) {
          return this.getConnection0(username, password);
        } else {
          throw new AtomNotAvailableException(this.runTimeConf.getDbName()
              + " squeezeThrough rejected on fatal reset"); //δͨ����λʱ����������
        }
      }
    } catch (SQLException e) {
      String dbType=this.runTimeConf.getDbType();
View Full Code Here

TOP

Related Classes of com.taobao.tddl.jdbc.atom.exception.AtomNotAvailableException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.