/* * Decompiled with CFR 0.152. */ package javax.baja.sys; import javax.baja.sys.BajaRuntimeException; public class CursorException extends BajaRuntimeException { public CursorException(String string, Throwable throwable) { super(string, throwable); } public CursorException(String string) { super(string); } }