X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fcore%2FBackendException.java;h=f344721f755b6a71582c2206cc3347a03260f704;hb=b66055091c457233c9d346ed00b388d683a24961;hp=1c4d2a68fbe499ada441ae35e0a35deb14d53afb;hpb=9030b0e6266f4962aee282fa3ec689547775b925;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/core/BackendException.java b/src/net/pterodactylus/jsite/core/BackendException.java index 1c4d2a6..f344721 100644 --- a/src/net/pterodactylus/jsite/core/BackendException.java +++ b/src/net/pterodactylus/jsite/core/BackendException.java @@ -21,9 +21,8 @@ package net.pterodactylus.jsite.core; /** * Exception that is thrown when there is a problem with the FCP backend. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class BackendException extends JSiteException { @@ -36,7 +35,7 @@ public class BackendException extends JSiteException { /** * Creates a new backend exception with the given message. - * + * * @param message * The message of the exception */ @@ -46,7 +45,7 @@ public class BackendException extends JSiteException { /** * Creates a new backend exception with the given cause. - * + * * @param cause * The cause of the exception */ @@ -56,7 +55,7 @@ public class BackendException extends JSiteException { /** * Creates a new backend exception with the given message and cause. - * + * * @param message * The message of the exception * @param cause