public class ServiceInstanceBindingDoesNotExistException
extends java.lang.RuntimeException
Throwing this exception will result in an HTTP status code 410 GONE being returned to the platform.
Constructor and Description |
---|
ServiceInstanceBindingDoesNotExistException(java.lang.String bindingId)
Construct an exception with a default message that includes the provided service binding ID.
|