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

dev.vality.testcontainers.annotations.exception.IoException Maven / Gradle / Ivy

package dev.vality.testcontainers.annotations.exception;

public class IoException extends RuntimeException {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy