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

public static class NativeDB.DBException extends IOException
See Also:
  • Field Details

    • notFound

      private final boolean notFound
  • Constructor Details

    • DBException

      DBException(String s, boolean notFound)
  • Method Details

    • isNotFound

      public boolean isNotFound()