| Package | Description |
|---|---|
| org.wso2.charon3.core.encoder | |
| org.wso2.charon3.core.exceptions | |
| org.wso2.charon3.core.protocol.endpoints |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractCharonException> |
JSONDecoder.decodeCharonException(String scimErrorString,
Class<T> exceptionType)
this method can be used to decode a scim response with the error schema into an
AbstractCharonException |
| Modifier and Type | Method and Description |
|---|---|
AbstractCharonException |
JSONDecoder.decodeCharonException(String scimErrorString)
this method can be used to decode a scim response with the error schema into an
AbstractCharonException |
| Modifier and Type | Method and Description |
|---|---|
String |
JSONEncoder.encodeSCIMException(AbstractCharonException exception) |
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequestException
If the request is unparsable, syntactically incorrect, or violates schema., this exception is thrown.
|
class |
CharonException
General exceptions in charon server side.
|
class |
ConflictException
The specified version number does not match the resource's
"latest version number, or a service provider refused to create a new, duplicate resource.
|
class |
ForbiddenException
Operation is not permitted based on the supplied authorization.
|
class |
FormatNotSupportedException
If client requests the response to be returned in a format that is not supported,
FormatNotSupportedException is thrown.
|
class |
InternalErrorException
An internal error.
|
class |
NotFoundException
If the requested resource is not found, this exception is thrown.
|
class |
NotImplementedException
Service provider does not support the request operation.
|
class |
PayloadTooLargeException
payload size exceed the max payload size.
|
class |
PermanentRedirectException
The client is directed to repeat the same HTTP request at the location identified.
|
class |
PreConditionFailedException
Failed to update.
|
class |
TemporyRedirectException
The client is directed to repeat the same HTTP request at the location identified.
|
class |
UnauthorizedException
Authorization failure.
|
| Modifier and Type | Method and Description |
|---|---|
static SCIMResponse |
AbstractResourceManager.encodeSCIMException(AbstractCharonException exception) |
Copyright © 2022 WSO2. All rights reserved.