package org.societies.context.user.refinement.impl.bayesianLibrary.bayesianLearner.exceptions; public class PriorAndCountTablesMismatchException extends Exception { public PriorAndCountTablesMismatchException() { super(); } public PriorAndCountTablesMismatchException(String arg0) { super(arg0); } public PriorAndCountTablesMismatchException(String arg0, Throwable arg1) { super(arg0, arg1); } public PriorAndCountTablesMismatchException(Throwable arg0) { super(arg0); } }