Class NativeDB.DBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.fusesource.leveldbjni.internal.NativeDB.DBException
- All Implemented Interfaces:
Serializable
- Enclosing class:
NativeDB
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
notFound
private final boolean notFound
-
-
Constructor Details
-
DBException
DBException(String s, boolean notFound)
-
-
Method Details
-
isNotFound
public boolean isNotFound()
-