Class MsgException

All Implemented Interfaces:
Serializable

public class MsgException extends RuntimeException
Hilfsklasse zur Meldungsverarbeitung in Services: Diese Exception wird im Controller gefangen und als Meldung an ObjAndMsg weitergereicht
See Also:
  • Field Details

  • Constructor Details

    • MsgException

      public MsgException(String msg)
    • MsgException

      public MsgException(String msg, List<String> details)
    • MsgException

      public MsgException(String msg, String... details)