
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