X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2FSoneException.java;h=2b1f1dea33048263f3bf21b9276c9c2955e23629;hp=323fd66e36b5401cfb43b4a2ac6aa6becc108056;hb=0e8f7804ce344bdd69f5ecc7febe25a60a53561d;hpb=480691a26222e035e53bda56029524e160fdf898 diff --git a/src/main/java/net/pterodactylus/sone/core/SoneException.java b/src/main/java/net/pterodactylus/sone/core/SoneException.java index 323fd66..2b1f1de 100644 --- a/src/main/java/net/pterodactylus/sone/core/SoneException.java +++ b/src/main/java/net/pterodactylus/sone/core/SoneException.java @@ -1,5 +1,5 @@ /* - * Sone - SoneException.java - Copyright © 2010–2012 David Roden + * Sone - SoneException.java - Copyright © 2010–2013 David Roden * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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