Package com.starflow.wf.core.key

Examples of com.starflow.wf.core.key.UniqueException


      value = new CacheValue();
      value.setMinVal(code + 1);
    } catch (EmptyResultDataAccessException e) {
      logger.debug(name + " 没有找到记录");
    } catch (Exception e) {
      throw new UniqueException(name + " 获取主键失败");
    }
    return value;
  }
View Full Code Here

TOP

Related Classes of com.starflow.wf.core.key.UniqueException

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.