Class SCIMExceptionMapper
java.lang.Object
org.apache.syncope.ext.scimv2.cxf.SCIMExceptionMapper
- All Implemented Interfaces:
ExceptionMapper<Exception>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Response.ResponseBuilder
builder
(ClientExceptionType hType, String msg) protected Response.ResponseBuilder
protected Response.ResponseBuilder
toResponse
(Exception ex)
-
Field Details
-
LOG
-
ENTITYEXISTS_EXCLASS
-
PERSISTENCE_EXCLASS
-
ROLLBACK_EXCLASS
-
JPASYSTEM_EXCLASS
-
CONNECTOR_EXCLASS
-
IBATISPERSISTENCE_EXCLASS
-
-
Constructor Details
-
SCIMExceptionMapper
public SCIMExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfaceExceptionMapper<Exception>
-
processInvalidEntityExceptions
-
processBadRequestExceptions
-
builder
-