java.util.concurrent.CancellationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vtm-web Show documentation
Show all versions of vtm-web Show documentation
OpenGL vector map library written in Java - running on Android, iOS, Desktop and within the browser.
package java.util.concurrent;
public class CancellationException extends IllegalStateException {
/**
*
*/
private static final long serialVersionUID = 1L;
}