public class EmptyDequeException extends RuntimeException { public EmptyDequeException(String s) { super(s); } }