package net.johnewart.gearman.engine.exceptions; public class QueueFullException extends Exception { public QueueFullException() { } }