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

com.teamtter.mavennatives.nativedependencies.ArtifactUnpackingException Maven / Gradle / Ivy

package com.teamtter.mavennatives.nativedependencies;

public class ArtifactUnpackingException extends RuntimeException {

	public ArtifactUnpackingException() {
		super();
	}

	public ArtifactUnpackingException(Exception e) {
		super(e);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy