Add another exception type.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 12 Apr 2011 07:01:23 +0000 (09:01 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 13 Apr 2011 04:41:04 +0000 (06:41 +0200)
src/main/java/net/pterodactylus/sone/core/SoneException.java

index 74f257d..efe28f5 100644 (file)
@@ -37,6 +37,9 @@ public class SoneException extends Exception {
                /** An invalid URI was specified. */
                INVALID_URI,
 
+               /** An insert failed. */
+               INSERT_FAILED,
+
        }
 
        /** The type of the exception. */