Package 

Class AbstractDomainExceptionMessage

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getId() Represents the unique identifier of the message.
      void setId(String id)
      Date getTimestamp() Represents the timestamp of the message.
      void setTimestamp(Date timestamp)
      Map<String, Object> getItems() Represents the extension key/values data of the message.
      void setItems(Map<String, Object> items)
      abstract void serializeTo(Map<String, Object> serializableInfo) Serialize the current exception info to the given dictionary.
      abstract void restoreFrom(Map<String, Object> serializableInfo) Restore the current exception from the given dictionary.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class org.enodeframework.messaging.Message

        mergeItems
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait