Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / core / SoneException.java
index 683a148..40ef7fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneException.java - Copyright © 2010 David Roden
+ * Sone - SoneException.java - Copyright © 2010–2016 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
@@ -19,30 +19,11 @@ package net.pterodactylus.sone.core;
 
 /**
  * A Sone exception.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 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