package org.andengine.audio.music.exception;
/**
* (c) Zynga 2011
*
* @author Nicolas Gramlich <ngramlich@zynga.com>
* @since 20:44:27 - 09.11.2011
*/
public class MusicReleasedException extends MusicException {
// ===========================================================
// Constants
// ===========================================================
private static final long serialVersionUID = 8284741766961042604L;
// ===========================================================
// Fields
// ===========================================================
// ===========================================================
// Constructors
// ===========================================================
// ===========================================================
// Getter & Setter
// ===========================================================
// ===========================================================
// Methods for/from SuperClass/Interfaces
// ===========================================================
// ===========================================================
// Methods
// ===========================================================
// ===========================================================
// Inner and Anonymous Classes
// ===========================================================
}