Class NullProcessCaseDao

java.lang.Object
com.aquima.interactions.process.dao.impl.NullProcessCaseDao
All Implemented Interfaces:
IProcessCaseDao

public class NullProcessCaseDao extends Object implements IProcessCaseDao
Empty implementation of IProcessCaseDao which will be used when no other implementation is found. Throws exception whenever it is used, as the process engine needs a proper implementation of the IProcessCaseDao, either the one instantiated by enabling the process-sql-store profile or a custom implementation.
Since:
10.0
Author:
Emoke Olti