![JAR search and dependency download from the Maven repository](/logo.png)
java.util.concurrent.CancellationException Maven / Gradle / Ivy
package java.util.concurrent;
public class CancellationException extends IllegalStateException {
public CancellationException() {
}
public CancellationException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy