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

io.machinecode.then.api.CompletionException Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package io.machinecode.then.api;

/**
 * @author Brent Douglas
 * @since 1.0
 */
public class CompletionException extends RuntimeException {

    public CompletionException(final String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy