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

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