Class SCIMExceptionMapper

  • All Implemented Interfaces:
    javax.ws.rs.ext.ExceptionMapper<Exception>

    @Provider
    public class SCIMExceptionMapper
    extends Object
    implements javax.ws.rs.ext.ExceptionMapper<Exception>
    • 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
    • Constructor Detail

      • SCIMExceptionMapper

        public SCIMExceptionMapper()
    • Method Detail

      • toResponse

        public javax.ws.rs.core.Response toResponse​(Exception ex)
        Specified by:
        toResponse in interface javax.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)