/* $Id$ */ package org.noreply.fancydress.status; /** * The operation failed because the chain specified does not fit into a single * leg. */ public class Mix3BadArgumentsIllegalPathSpecException extends Mix3BadArgumentsException { public Mix3BadArgumentsIllegalPathSpecException(String s) { super(s); } public Mix3BadArgumentsIllegalPathSpecException(String s, Throwable cause) { super(s, cause); } }