package esl.cuenet.query.pattern.exceptions; public class EventStreamException extends RuntimeException { public EventStreamException() { } public EventStreamException(String msg) { super(msg); } }