/** * */ package org.korsakow.services.plugin.predicate; public class PredicateTypeInfoFactoryException extends RuntimeException { public PredicateTypeInfoFactoryException(Throwable cause) { super(cause); } public PredicateTypeInfoFactoryException(String message) { super(message); } }