Class SCIMExceptionMapper
- java.lang.Object
-
- org.apache.syncope.ext.scimv2.cxf.SCIMExceptionMapper
-
-
Field Summary
Fields Modifier and Type Field Description protected static Class<?>
CONNECTOR_EXCLASS
protected static Class<?>
ENTITYEXISTS_EXCLASS
protected static Class<?>
IBATISPERSISTENCE_EXCLASS
protected static Class<?>
JPASYSTEM_EXCLASS
protected static Logger
LOG
protected static Class<?>
PERSISTENCE_EXCLASS
protected static Class<?>
ROLLBACK_EXCLASS
-
Constructor Summary
Constructors Constructor Description SCIMExceptionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.ws.rs.core.Response.ResponseBuilder
builder(ClientExceptionType hType, String msg)
protected javax.ws.rs.core.Response.ResponseBuilder
processBadRequestExceptions(Exception ex)
protected javax.ws.rs.core.Response.ResponseBuilder
processInvalidEntityExceptions(Exception ex)
javax.ws.rs.core.Response
toResponse(Exception ex)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
ENTITYEXISTS_EXCLASS
protected static Class<?> ENTITYEXISTS_EXCLASS
-
PERSISTENCE_EXCLASS
protected static Class<?> PERSISTENCE_EXCLASS
-
ROLLBACK_EXCLASS
protected static Class<?> ROLLBACK_EXCLASS
-
JPASYSTEM_EXCLASS
protected static Class<?> JPASYSTEM_EXCLASS
-
CONNECTOR_EXCLASS
protected static Class<?> CONNECTOR_EXCLASS
-
IBATISPERSISTENCE_EXCLASS
protected static Class<?> IBATISPERSISTENCE_EXCLASS
-
-
Method Detail
-
toResponse
public javax.ws.rs.core.Response toResponse(Exception ex)
- Specified by:
toResponse
in interfacejavax.ws.rs.ext.ExceptionMapper<Exception>
-
processInvalidEntityExceptions
protected javax.ws.rs.core.Response.ResponseBuilder processInvalidEntityExceptions(Exception ex)
-
processBadRequestExceptions
protected javax.ws.rs.core.Response.ResponseBuilder processBadRequestExceptions(Exception ex)
-
builder
protected javax.ws.rs.core.Response.ResponseBuilder builder(ClientExceptionType hType, String msg)
-
-