public class SCIMException
extends javax.ws.rs.WebApplicationException
| Modifier and Type | Class and Description |
|---|---|
static class |
SCIMException.Type |
| Constructor and Description |
|---|
SCIMException(SCIMException.Type scimType,
String message) |
SCIMException(SCIMException.Type scimType,
String message,
javax.ws.rs.core.Response.Status status) |
SCIMException(SCIMException scimException) |
| Modifier and Type | Method and Description |
|---|---|
String |
getScimType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SCIMException(SCIMException.Type scimType, String message)
public SCIMException(SCIMException.Type scimType, String message, javax.ws.rs.core.Response.Status status)
public SCIMException(SCIMException scimException)
public String getScimType()
Copyright © 2022 SAP SE. All rights reserved.