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

org.enodeframework.domain.IDomainException Maven / Gradle / Ivy

There is a newer version: 1.1.10
Show newest version
package org.enodeframework.domain;

import org.enodeframework.messaging.IMessage;

import java.util.Map;

public interface IDomainException extends IMessage {
    /**
     * Serialize the current exception info to the given dictionary.
     */
    void serializeTo(Map serializableInfo);

    /**
     * Restore the current exception from the given dictionary.
     */
    void restoreFrom(Map serializableInfo);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy