package net.csdn.jpa.exception; /** * BlogInfo: WilliamZhu * Date: 12-6-26 * Time: 下午9:57 */ public class JPAQueryException extends RuntimeException { public JPAQueryException(String s, Object bestCause) { } }