Class SCIMExceptionMapper

java.lang.Object
org.apache.syncope.ext.scimv2.cxf.SCIMExceptionMapper
All Implemented Interfaces:
ExceptionMapper<Exception>

@Provider public class SCIMExceptionMapper extends Object implements ExceptionMapper<Exception>
  • Field Details

    • LOG

      protected static final org.slf4j.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
  • Constructor Details

    • SCIMExceptionMapper

      public SCIMExceptionMapper()
  • Method Details