package net.johnewart.gearman.engine.exceptions; public class JobQueueFactoryException extends Exception { public JobQueueFactoryException(String message) { super(message); } }