Annotation Interface ExceptionMapping
Deprecated.
This module is deprecated and will be removed in a future release.
It is recommended to use REST according to IsyFacts REST Concept instead.
Defines how exceptions of the application core are mapped to TO exceptions in a service component.
This annotation must be used in the implementation package
of the service component (package name = package name of the RemoteBean interface + ".impl").
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionMapping[]Deprecated.Images fromExceptionsatPlisToExceptions.Class<? extends de.bund.bva.pliscommon.exception.service.PlisTechnicalToException>Deprecated.The technical TO exception to which allTechnicalRuntimeExceptionand all unchecked exceptions are mapped.
-
Element Details
-
technicalToException
Class<? extends de.bund.bva.pliscommon.exception.service.PlisTechnicalToException> technicalToExceptionDeprecated.The technical TO exception to which allTechnicalRuntimeExceptionand all unchecked exceptions are mapped. -
mappings
Mapping[] mappingsDeprecated.Images fromExceptionsatPlisToExceptions.
-