com.swisscom.cloud.sb.broker.backup.shield.ShieldResourceNotFoundException.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of broker Show documentation
Show all versions of broker Show documentation
Swisscom's Open Service Broker API implementation
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