🔀 Merge “release/v81” into “master”
[Sone.git] / src / main / java / net / pterodactylus / sone / core / SoneInsertException.java
index 350c3d8..4aa71c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneInsertException.java - Copyright © 2011 David Roden
+ * Sone - SoneInsertException.java - Copyright © 2011–2020 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,40 +19,11 @@ package net.pterodactylus.sone.core;
 
 /**
  * Exception that signals a problem with an insert.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class SoneInsertException extends SoneException {
 
        /**
         * Creates a new Sone insert exception.
-        */
-       public SoneInsertException() {
-               super();
-       }
-
-       /**
-        * Creates a new Sone insert exception.
-        *
-        * @param message
-        *            The message of the exception
-        */
-       public SoneInsertException(String message) {
-               super(message);
-       }
-
-       /**
-        * Creates a new Sone insert exception.
-        *
-        * @param cause
-        *            The cause of the exception
-        */
-       public SoneInsertException(Throwable cause) {
-               super(cause);
-       }
-
-       /**
-        * Creates a new Sone insert exception.
         *
         * @param message
         *            The message of the exception