-
- All Implemented Interfaces:
-
org.enodeframework.messaging.Message
public interface DomainExceptionMessage implements Message
-
-
Method Summary
Modifier and Type Method Description abstract voidserializeTo(Map<String, Object> serializableInfo)Serialize the current exception info to the given dictionary. abstract voidrestoreFrom(Map<String, Object> serializableInfo)Restore the current exception from the given dictionary. -
-
Method Detail
-
serializeTo
abstract void serializeTo(Map<String, Object> serializableInfo)
Serialize the current exception info to the given dictionary.
-
restoreFrom
abstract void restoreFrom(Map<String, Object> serializableInfo)
Restore the current exception from the given dictionary.
-
-
-
-