public class ScimServiceException extends ScimException
| Constructor and Description |
|---|
ScimServiceException(int statusCode,
String errorMessage,
Throwable cause)
Create a new ScimServiceException from the provided information.
|
createException, createException, createException, getMessage, getScimErroraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScimServiceException(int statusCode, String errorMessage, Throwable cause)
statusCode - The HTTP status code for this exception.errorMessage - The error message for this SCIM exception.cause - The cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value
is permitted, and indicates that the cause is
nonexistent or unknown.)Copyright © 2015–2021 Ping Identity Corporation. All rights reserved.