/* * @(#)ActiveRecordException.java 2012-12-26 下午4:59:08 * * Copyright (c) 2011-2012 Makersoft.org all rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * */ package org.makersoft.orm; /** * Class description goes here. * * @version 2012-12-26 下午4:59:08 * @author Feng Kuok */ public class ActiveRecordException extends RuntimeException { private static final long serialVersionUID = -2402250478793274335L; }