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

com.quali.cloudshell.qsExceptions.TeardownFailedException Maven / Gradle / Ivy

There is a newer version: 1.3.0.4
Show newest version
package com.quali.cloudshell.qsExceptions;


public class TeardownFailedException extends SandboxApiException {

    public TeardownFailedException(String sandbox, String message) {
        super("Teardown Failed for sandbox: " + sandbox + ", with exception: " + message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy