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

au.net.causal.maven.plugins.boxdb.vagrant.VagrantException Maven / Gradle / Ivy

There is a newer version: 3.3
Show newest version
package au.net.causal.maven.plugins.boxdb.vagrant;

public class VagrantException extends Exception
{
    public VagrantException()
    {
    }

    public VagrantException(String message)
    {
        super(message);
    }

    public VagrantException(String message, Throwable cause)
    {
        super(message, cause);
    }

    public VagrantException(Throwable cause)
    {
        super(cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy