public abstract class ScimException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected String |
scimType
the scim type for scim errors as defined in RFC7644 3.12.
|
protected int |
status
The HTTP status code.
|
| Constructor and Description |
|---|
ScimException(String message,
Throwable cause,
Integer status,
String scimType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetail() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2020. All rights reserved.