package org.andengine.util.exception; /** * (c) Zynga 2012 * * @author Nicolas Gramlich <ngramlich@zynga.com> * @since 16:33:53 - 23.04.2012 */ public class CancelledException extends AndEngineException { // =========================================================== // Constants // =========================================================== private static final long serialVersionUID = -78123211381435596L; // =========================================================== // Fields // =========================================================== // =========================================================== // Constructors // =========================================================== // =========================================================== // Getter & Setter // =========================================================== // =========================================================== // Methods for/from SuperClass/Interfaces // =========================================================== // =========================================================== // Methods // =========================================================== // =========================================================== // Inner and Anonymous Classes // =========================================================== }