All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.anotheria.util.queue.UnrecoverableQueueOverflowException Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package net.anotheria.util.queue;

/**
 * 

UnrecoverableQueueOverflowException class.

* * @author another * @version $Id: $Id */ public class UnrecoverableQueueOverflowException extends Exception { /** *

Constructor for UnrecoverableQueueOverflowException.

* * @param message a {@link java.lang.String} object. * @param cause a {@link java.lang.Throwable} object. */ public UnrecoverableQueueOverflowException(String message, Throwable cause) { super(message, cause); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy