
org.catools.media.exception.CIOException Maven / Gradle / Ivy
package org.catools.media.exception;
import org.catools.common.exception.CRuntimeException;
public class CIOException extends CRuntimeException {
public CIOException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy