Turn database exception into an unchecked exception.
[Sone.git] / src / main / java / net / pterodactylus / sone / database / DatabaseException.java
index fb069c1..0f4a46f 100644 (file)
 
 package net.pterodactylus.sone.database;
 
-import net.pterodactylus.sone.core.SoneException;
 
 /**
  * Exception that signals an error working with the database.
  *
  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
-public class DatabaseException extends SoneException {
+public class DatabaseException extends RuntimeException {
 
        /**
         * Creates a new database exception.