Package | Description |
---|---|
org.springframework.cloud.servicebroker.controller |
Provides Service Broker API endpoints
|
org.springframework.cloud.servicebroker.exception |
Exceptions for Service Broker error conditions
|
Modifier and Type | Method and Description |
---|---|
protected OperationInProgressMessage |
ServiceBrokerExceptionHandler.getOperationInProgressMessage(ServiceBrokerOperationInProgressException ex)
Format an operation in progress message for the exception
|
ErrorMessage |
ServiceBrokerExceptionHandler.handleException(ServiceBrokerOperationInProgressException ex)
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceBrokerCreateOperationInProgressException
Thrown to indicate that a request to create a service instance or binding was received while asynchronous creation of
the identical service instance or binding is in progress.
|
class |
ServiceBrokerDeleteOperationInProgressException
Thrown to indicate that a request to delete a service instance or binding was received while asynchronous deletion of
the identical service instance or binding is in progress.
|
class |
ServiceBrokerUpdateOperationInProgressException
Thrown to indicate that a request to update a service instance was received while asynchronous updating of the
identical service instance is in progress.
|