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

pro.jk.ejoker.domain.domainException.IDomainException Maven / Gradle / Ivy

package pro.jk.ejoker.domain.domainException;

import pro.jk.ejoker.messaging.IMessage;

/**
 * Represents a domain exception which is raised from domain layer.
 * 
 * @author kimffy
 *
 */
public interface IDomainException extends IMessage {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy