Class ServiceBrokerConcurrencyException

All Implemented Interfaces:
Serializable

public class ServiceBrokerConcurrencyException extends ServiceBrokerException
Thrown to indicate that the service broker received concurrent requests to modify a resource.

Throwing this exception will result in an HTTP status code 422 UNPROCESSABLE ENTITY being returned to the platform.

Author:
Scott Frederick
See Also:
  • Field Details

    • CONCURRENCY_ERROR

      public static final String CONCURRENCY_ERROR
      Error code indicating the service broker received concurrent requests to modify a resource.
      See Also:
  • Constructor Details

    • ServiceBrokerConcurrencyException

      public ServiceBrokerConcurrencyException(String message)
      Construct an exception with the provided message.
      Parameters:
      message - the exception message
    • ServiceBrokerConcurrencyException

      public ServiceBrokerConcurrencyException(String message, Throwable cause)
      Construct an exception with the provided message and cause.
      Parameters:
      message - the exception message
      cause - the exception cause