Class ServiceBrokerCreateOperationInProgressException

All Implemented Interfaces:
Serializable

public class ServiceBrokerCreateOperationInProgressException extends ServiceBrokerOperationInProgressException
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.

Throwing this exception will result in an HTTP status code 202 ACCEPTED being returned to the platform.

Author:
Roy Clarkson
See Also:
  • Constructor Details

    • ServiceBrokerCreateOperationInProgressException

      public ServiceBrokerCreateOperationInProgressException()
      Construct an exception with a default message.
    • ServiceBrokerCreateOperationInProgressException

      public ServiceBrokerCreateOperationInProgressException(String operation)
      Construct an exception with a default message that includes the provided operation description.
      Parameters:
      operation - an identifier representing the operation in progress