org.helidb.lang
Class DatabaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.helidb.lang.DatabaseException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- HashException, KeyExistsException, KeyNotFoundException, NotEnoughDataException, NoTransactionException, ReadOnlyTransactionException, SerializationException, UnableToCommitException
public class DatabaseException
- extends RuntimeException
Base class for exceptions thrown by the database methods.
This class inherits RuntimeException
, so all exceptions are
unchecked.
- Since:
- 1.0
- Author:
- Karl Gustafsson
- See Also:
- Serialized Form
- In_jar:
- helidb-core
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DatabaseException
public DatabaseException(String msg)
DatabaseException
public DatabaseException(Throwable t)
DatabaseException
public DatabaseException(String msg,
Throwable t)