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

com.github.debugthug.exceptions.HoldInventoryException Maven / Gradle / Ivy

package com.github.debugthug.exceptions;

public class HoldInventoryException extends Exception{
	/**
	 * 
	 */
	private static final long serialVersionUID = 4686147786120984674L;
	
	
	public HoldInventoryException(String message, Throwable cause) {
		super(message, cause);
	}

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy