Package com.illumon.iris.db.v2.permissions.rs.exceptions
package com.illumon.iris.db.v2.permissions.rs.exceptions
-
ClassDescriptionAll checked exceptions raised during the processing of the Acl Rest Api calls will throw this error.The
ExceptionMapper
for all checked exceptions raised in the acl api.TheExceptionMapper
for allThrowable
raised in the acl api.Overrides the shadow jackson provided mapper seeJsonMappingExceptionMapper
forJsonMappingException
allows us to log these errors in backend and audit logsOverrides the shadow jackson provided mapper seeJsonParseExceptionMapper
forJsonParseException
allows us to log these errors in backend and audit logsKnown error conditions raised as unchecked exceptions while processing Acl Rest Api will throw this error.TheExceptionMapper
for allDbAclUncheckedException
exceptions raised in the acl api.This overrides (RESTEASY-1485) Exception mapper for the purpose of logging to Audit Event log and server log seeUnrecognizedPropertyExceptionHandler
for more details on when this is raisedThis interface captures the information needed to log AuditEvents.