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

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

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

/**
 * Created by Tomer.a on 8/2/2016.
 */
public class ReserveBluePrintConflictException extends SandboxApiException {

    private String bluePrintIdentifier;

    public ReserveBluePrintConflictException(String bluePrintIdentifier, String message) {
        super(String.format("Blueprint: %1$d throw conflict exception %2$d",bluePrintIdentifier, message));
    }

    public String getBluePrintIdentifier() {
        return bluePrintIdentifier;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy