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

com.github.liyiorg.mbg.exceptions.MbgBatchException Maven / Gradle / Ivy

The newest version!
package com.github.liyiorg.mbg.exceptions;

public class MbgBatchException extends MbgException {

	private static final long serialVersionUID = 5034235211937185364L;

	public MbgBatchException() {
		super();
	}

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

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

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy