Package | Description |
---|---|
org.springframework.cloud.servicebroker.controller |
Provides Service Broker API endpoints
|
org.springframework.cloud.servicebroker.exception |
Exceptions for Service Broker error conditions
|
Class and Description |
---|
ServiceBrokerApiVersionException
Thrown to indicate that the version of the API supported by the broker doesn't match the version
provided by the platform.
|
ServiceBrokerAsyncRequiredException
Thrown to indicate that a service broker requires that the platform support asynchronous processing of operations.
|
ServiceBrokerBindingRequiresAppException
Thrown to indicate that the service broker received a binding request without an application resource,
but only supports binding to applications.
|
ServiceBrokerConcurrencyException
Thrown to indicate that the service broker received concurrent requests to modify a resource.
|
ServiceBrokerException
Thrown to indicate underlying service broker errors (like connectivity to the service
being brokered) not covered by a more specific exception.
|
ServiceBrokerInvalidOriginatingIdentityException
Thrown to indicate that parameters passed in the originating identity header are not
understood by the service broker.
|
ServiceBrokerInvalidParametersException
Thrown to indicate that parameters passed in a create or update request are not understood by the service broker.
|
ServiceBrokerOperationInProgressException
Thrown to indicate that a request for a service instance or binding was received while
asynchronous creation of the service instance or binding is in progress.
|
ServiceBrokerUnavailableException
Thrown to indicate that a service broker is able to accept requests from the platform but is temporarily unable
to process those requests.
|
ServiceDefinitionDoesNotExistException
Thrown to indicate that a request includes a service definition ID that does not exist in the
service broker catalog.
|
ServiceInstanceBindingExistsException
Thrown to indicate that a service binding create request was received for a binding that already exists
with parameters that are different from the existing binding.
|
ServiceInstanceDoesNotExistException
Thrown to indicate that a request includes a service instance ID that is not known to the service broker.
|
ServiceInstanceExistsException
Thrown to indicate that a service instance create request was received for an instance that already exists
with parameters that are different from the existing instance.
|
ServiceInstanceUpdateNotSupportedException
Thrown to indicate that a request to update a service instance can not be fulfilled by the service broker.
|
Class and Description |
---|
ServiceBrokerApiVersionErrorMessage
Provides a formatted message indicating that the service broker does not support the version of the
Open Service Broker API provided by the platform.
|
ServiceBrokerException
Thrown to indicate underlying service broker errors (like connectivity to the service
being brokered) not covered by a more specific exception.
|