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

gu.simplemq.exceptions.SmqTableException Maven / Gradle / Ivy

The newest version!
package gu.simplemq.exceptions;

/**
 * @author guyadong
 *
 */
public class SmqTableException extends SmqRuntimeException{
	private static final long serialVersionUID = 1L;

	public SmqTableException(String message, Throwable cause) {
		super(message, cause);
	}

	public SmqTableException(String message) {
		super(message);
	}

	public SmqTableException(Throwable cause) {
		super(cause);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy