Annotation Interface ExceptionMapping


@Deprecated @Target(PACKAGE) @Retention(RUNTIME) @Documented public @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 Elements
    Modifier and Type
    Required Element
    Description
    Deprecated.
    Images from Exceptions at PlisToExceptions.
    Class<? extends de.bund.bva.pliscommon.exception.service.PlisTechnicalToException>
    Deprecated.
    The technical TO exception to which all TechnicalRuntimeException and all unchecked exceptions are mapped.
  • Element Details

    • technicalToException

      Class<? extends de.bund.bva.pliscommon.exception.service.PlisTechnicalToException> technicalToException
      Deprecated.
      The technical TO exception to which all TechnicalRuntimeException and all unchecked exceptions are mapped.
    • mappings

      Mapping[] mappings
      Deprecated.
      Images from Exceptions at PlisToExceptions.