Package es.kukenan.smartfi.common.service.exceptions
package es.kukenan.smartfi.common.service.exceptions
Service exceptions common module.
-
Exception ClassesClassDescriptionException caused by a backing service (PostgreSql, MongoDb, RabbitMq, Hazelcast...) in an error state.Exception caused by a specified entity (for example, in an operation argument) was not found or is not visible in the operation context (access level...).Exception caused by forbidden operations (due to not enough authorization level or illegal operations)invalid or no credentials received from a call.Exception caused by invalid arguments received from a call.Exception caused by invalid or no credentials received from a call.This is the parent exception for any exception thrown corresponding to an handled error condition.Exception caused by failed operation validating required OTP.Exception caused by forbidden operations because require OTP validated but in order to get the OTP generated extra request parameter is required.Exception caused by forbidden operations because require OTP validated.This exceptions must not be handled in an event execution contexts (the event will be redirected to the dead-letter-queue) and must be treated as a generic server error response (with no reason detail) in REST operation contexts.This is the parent exception for any exception thrown corresponding to an unexpected error condition (theoretically, due to an unknown reason or to a condition that should have never happen).