package com.zillabyte.motherbrain.relational; public class DefaultStreamException extends RelationException { private static final long serialVersionUID = -334576619114107200L; public DefaultStreamException() { super(); } public DefaultStreamException(Throwable ex) { super(ex); } }