public class ServiceBrokerInvalidOriginatingIdentityException extends ServiceBrokerException
Throwing this exception will result in an HTTP status code 422 UNPROCESSABLE ENTITY being returned to the platform.
| Constructor and Description |
|---|
ServiceBrokerInvalidOriginatingIdentityException(java.lang.String message)
Construct an exception with the provided message.
|
ServiceBrokerInvalidOriginatingIdentityException(java.lang.String message,
java.lang.Throwable cause)
Construct an exception with the provided message and cause.
|
getErrorMessagepublic ServiceBrokerInvalidOriginatingIdentityException(java.lang.String message)
message - the exception messagepublic ServiceBrokerInvalidOriginatingIdentityException(java.lang.String message,
java.lang.Throwable cause)
message - the exception messagecause - the cause of the exception