public class

SoundReleasedException

extends SoundException
package org.andengine.audio.sound.exception;

/**
 * (c) Zynga 2011
 *
 * @author Nicolas Gramlich <ngramlich@zynga.com>
 * @since 20:44:27 - 09.11.2011
 */
public class SoundReleasedException extends SoundException {
	// ===========================================================
	// Constants
	// ===========================================================

	private static final long serialVersionUID = -1232103208009031624L;

	// ===========================================================
	// Fields
	// ===========================================================

	// ===========================================================
	// Constructors
	// ===========================================================

	// ===========================================================
	// Getter & Setter
	// ===========================================================

	// ===========================================================
	// Methods for/from SuperClass/Interfaces
	// ===========================================================

	// ===========================================================
	// Methods
	// ===========================================================

	// ===========================================================
	// Inner and Anonymous Classes
	// ===========================================================
}