public class DBSecurityException extends Exception {
    DBSecurityException() { super(); }
    DBSecurityException(String s) { super(s); }
}