public class ServiceBrokerAsyncRequiredException extends ServiceBrokerException
Throwing this exception will result in an HTTP status code 422 UNPROCESSABLE ENTITY being returned to the platform.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ASYNC_REQUIRED_ERROR |
Constructor and Description |
---|
ServiceBrokerAsyncRequiredException(java.lang.String message)
Construct an exception with the provided message.
|
getErrorMessage
public static final java.lang.String ASYNC_REQUIRED_ERROR