/* $Id$ */ package org.noreply.fancydress.status; /** * The Server Descriptor had a Descriptor-Version that was not recognized by * this implementation. */ public class Mix3BadServerUnrecognizedVersionException extends Mix3BadServerFormatException { public Mix3BadServerUnrecognizedVersionException(String s) { super(s); } public Mix3BadServerUnrecognizedVersionException(String s, Throwable cause) { super(s, cause); } }