public class ServiceBrokerMaintenanceInfoConflictException 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 String |
MAINTENANCE_INFO_CONFLICT_ERROR
Error code representing that the maintenance_info.version field provided in the request does not
match the maintenance_info.version field provided in the service broker's catalog.
|
static String |
MAINTENANCE_INFO_CONFLICT_MESSAGE
Default error message for when the maintenance_info.version does not match the catalog.
|
| Constructor and Description |
|---|
ServiceBrokerMaintenanceInfoConflictException()
Construct an exception with a default message.
|
ServiceBrokerMaintenanceInfoConflictException(String message)
Construct an exception with the provided message.
|
getErrorMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String MAINTENANCE_INFO_CONFLICT_ERROR
public static final String MAINTENANCE_INFO_CONFLICT_MESSAGE
public ServiceBrokerMaintenanceInfoConflictException()
public ServiceBrokerMaintenanceInfoConflictException(String message)
message - the exception message