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

org.jboss.windup.graph.dao.exception.ArchiveIndexReaderException Maven / Gradle / Ivy

The newest version!
package org.jboss.windup.graph.dao.exception;

public class ArchiveIndexReaderException extends Exception {

	public ArchiveIndexReaderException(String message) {
		super(message);
	}
	
	public ArchiveIndexReaderException(String message, Throwable t) {
		super(message, t);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy