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