/* $Id$ */ package org.noreply.fancydress.status; /** * There is a problem with the path. */ public class Mix3PathProblemException extends Mix3Exception { public Mix3PathProblemException(String s) { super(s); } public Mix3PathProblemException(String s, Throwable cause) { super(s, cause); } }