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

io.leopard.core.exception.IORuntimeException Maven / Gradle / Ivy

package io.leopard.core.exception;

public class IORuntimeException extends RuntimeException {

	private static final long serialVersionUID = 1L;

	public IORuntimeException(String msg, Throwable cause) {
		super(msg, cause);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy