Annotation Interface Mapping
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 a mapping from a
BaseException of the application
core to a PlisToException of the service interface.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends BaseException>Deprecated.TheBaseExceptionof the application core.Class<? extends de.bund.bva.pliscommon.exception.service.PlisToException>Deprecated.ThePlisToExceptionof the service interface.
-
Element Details
-
exception
Class<? extends BaseException> exceptionDeprecated.TheBaseExceptionof the application core. -
toException
Class<? extends de.bund.bva.pliscommon.exception.service.PlisToException> toExceptionDeprecated.ThePlisToExceptionof the service interface.
-