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

com.athaydes.osgiaas.grab.GrabException.groovy Maven / Gradle / Ivy

package com.athaydes.osgiaas.grab

/**
 * Exception thrown when it is not possible to grab an artifact due to some error.
 */
class GrabException extends RuntimeException {

    GrabException( String message ) {
        super( message )
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy