Merge branch 'release/0.9-rc1'
[Sone.git] / src / main / java / net / pterodactylus / sone / core / SoneException.java
index f1af354..2b1f1de 100644 (file)
@@ -26,23 +26,6 @@ public class SoneException extends Exception {
 
        /**
         * Creates a new Sone exception.
-        */
-       public SoneException() {
-               super();
-       }
-
-       /**
-        * Creates a new Sone exception.
-        *
-        * @param message
-        *            The message of the exception
-        */
-       public SoneException(String message) {
-               super(message);
-       }
-
-       /**
-        * Creates a new Sone exception.
         *
         * @param cause
         *            The cause of the exception