Uses of Class
es.kukenan.smartfi.common.service.exceptions.UnexpectedException
Packages that use UnexpectedException
-
Uses of UnexpectedException in es.kukenan.smartfi.common.service.exceptions
Subclasses of UnexpectedException in es.kukenan.smartfi.common.service.exceptionsModifier and TypeClassDescriptionclassThis 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.