package com.dreikraft.axbo.sound; /** * Custom exception for missing serial number * <pre> * ______ ___ * (___ | / / * ___| |/ / * (c) 2007 (___ ( 3Kraft Software Applications Development * ___| |\ \ * (______| \__\ * * Phone: +43 (1) 920 45 49 http://www.3kraft.com * * $Id: MissingSerialNumberException.java,v 1.1 2008-02-06 13:46:26 heinisch Exp $ * </pre> * * * @author 3Kraft - Florian Heinisch **/ public class MissingSerialNumberException extends SoundPackageException { }