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

com.google.code.fqueue.exception.FSQueueClosedException Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
/**
 * 
 */
package com.google.code.fqueue.exception;

/**
 * 
 *
 * 
* @author Wang Wei * @since 11:22:34 AM Jun 12, 2015 */ public class FSQueueClosedException extends RuntimeException { private static final long serialVersionUID = -462989057011968484L; public FSQueueClosedException() { super(); } public FSQueueClosedException(String message, Throwable cause) { super(message, cause); } public FSQueueClosedException(String message) { super(message); } public FSQueueClosedException(Throwable cause) { super(cause); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy