X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2FSoneInsertException.java;h=8a0ff5322c4e8dfed59d9ccef8124d78c452e106;hp=5cb866945828c7d15c18b0c9c4339a0e43bdd4f9;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=a47643aed43d118ca68044f95451bb5374cdb332 diff --git a/src/main/java/net/pterodactylus/sone/core/SoneInsertException.java b/src/main/java/net/pterodactylus/sone/core/SoneInsertException.java index 5cb8669..8a0ff53 100644 --- a/src/main/java/net/pterodactylus/sone/core/SoneInsertException.java +++ b/src/main/java/net/pterodactylus/sone/core/SoneInsertException.java @@ -1,5 +1,5 @@ /* - * Sone - SoneInsertException.java - Copyright © 2011–2012 David Roden + * Sone - SoneInsertException.java - Copyright © 2011–2019 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 David ‘Bombe’ Roden */ 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