Package at.letto.tools.rest
Class MsgException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
at.letto.tools.rest.MsgException
- All Implemented Interfaces:
Serializable
Hilfsklasse zur Meldungsverarbeitung in Services:
Diese Exception wird im Controller gefangen und als Meldung an ObjAndMsg weitergereicht
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMsgException
(String msg) MsgException
(String msg, String... details) MsgException
(String msg, List<String> details) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
details
-
-
Constructor Details
-
MsgException
-
MsgException
-
MsgException
-