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 Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends BaseException>
    Deprecated.
    The BaseException of the application core.
    Class<? extends de.bund.bva.pliscommon.exception.service.PlisToException>
    Deprecated.
    The PlisToException of the service interface.
  • Element Details

    • exception

      Class<? extends BaseException> exception
      Deprecated.
      The BaseException of the application core.
    • toException

      Class<? extends de.bund.bva.pliscommon.exception.service.PlisToException> toException
      Deprecated.
      The PlisToException of the service interface.