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

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

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


public class ReserveBluePrintConflictException extends SandboxApiException {

    private String bluePrintIdentifier;

    public ReserveBluePrintConflictException(String bluePrintIdentifier, String message) {
        super("Blueprint: " + bluePrintIdentifier + " throw conflict exception: " + message);
    }

    public String getBluePrintIdentifier() {
        return bluePrintIdentifier;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy