package jelectrum.db; public class DBTooManyResultsException extends RuntimeException { public DBTooManyResultsException() { super(); } }