All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.enodeframework.domain.DomainExceptionMessage.kt Maven / Gradle / Ivy

package org.enodeframework.domain

import org.enodeframework.messaging.Message

interface DomainExceptionMessage : Message {
    /**
     * Serialize the current exception info to the given dictionary.
     */
    fun serializeTo(serializableInfo: MutableMap)

    /**
     * Restore the current exception from the given dictionary.
     */
    fun restoreFrom(serializableInfo: MutableMap)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy