public class ServiceBrokerOperationInProgressException extends ServiceBrokerException
Throwing this exception will result in an HTTP status code 404 NOT FOUND being returned to the platform.
| Constructor and Description |
|---|
ServiceBrokerOperationInProgressException()
Construct an exception with a default message.
|
ServiceBrokerOperationInProgressException(java.lang.String operation)
Construct an exception with a default message that includes the provided operation description.
|
ServiceBrokerOperationInProgressException(java.lang.String errorCode,
java.lang.String operation)
Construct an exception with an error code and default message.
|
getErrorMessagepublic ServiceBrokerOperationInProgressException()
public ServiceBrokerOperationInProgressException(java.lang.String operation)
operation - a description of the operation in progresspublic ServiceBrokerOperationInProgressException(java.lang.String errorCode,
java.lang.String operation)
errorCode - a single word in camel case that uniquely identifies the error conditionoperation - a description of the operation in progress