Class FailureMessage
- java.lang.Object
-
- io.naradrama.prologue.domain.cqrs.FailureMessage
-
- All Implemented Interfaces:
JsonSerializable
public class FailureMessage extends java.lang.Object implements JsonSerializable
-
-
Constructor Summary
Constructors Constructor Description FailureMessage(java.lang.String exceptionName, java.lang.String exceptionMessage)FailureMessage(java.lang.Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.naradrama.prologue.util.json.JsonSerializable
toJson, toPrettyJson
-
-