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

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

The newest version!
package com.quali.cloudshell.qsExceptions;


public class SandboxTimeoutException extends SandboxApiException {

    public SandboxTimeoutException(String sandboxId) {
        super("Sandbox " + sandboxId + " reached the maximum timeout specified.");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy