Package org.unidal.dal.jdbc

Examples of org.unidal.dal.jdbc.DalException


  }

  public static class MockConfigDao2 extends MockConfigDao1 {
    @Override
    public Config findByName(String name, Readset<Config> readset) throws DalException {
      throw new DalException("this is a exception for test");
    }
View Full Code Here

TOP

Related Classes of org.unidal.dal.jdbc.DalException

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.