public class

DBException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.iq80.leveldb.DBException

Summary

Public Constructors
DBException()
DBException(String s)
DBException(String s, Throwable throwable)
DBException(Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DBException ()

public DBException (String s)

public DBException (String s, Throwable throwable)

public DBException (Throwable throwable)