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

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