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

org.rajivprab.cava.exception.ExecutionExceptionc Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
package org.rajivprab.cava.exception;

import java.util.concurrent.ExecutionException;

public class ExecutionExceptionc extends CheckedExceptionWrapper {
    public ExecutionExceptionc(ExecutionException e) {
        super(e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy