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

com.swisscom.cloud.sb.broker.backup.shield.ShieldResourceNotFoundException.groovy Maven / Gradle / Ivy

There is a newer version: 6.21.6
Show newest version
package com.swisscom.cloud.sb.broker.backup.shield

import com.swisscom.cloud.sb.broker.error.ServiceBrokerException

class ShieldResourceNotFoundException extends ServiceBrokerException {
    ShieldResourceNotFoundException(String description) {
        super(description)
    }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy