X-Git-Url: https://git.pterodactylus.net/?p=jSite2.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fcore%2FBackendException.java;h=f344721f755b6a71582c2206cc3347a03260f704;hp=d0e3e58b927f3c691f53a4310c6e04f12b28910e;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hpb=55be4a9e8373d72a9e1c25a3c8150651bb19679d diff --git a/src/net/pterodactylus/jsite/core/BackendException.java b/src/net/pterodactylus/jsite/core/BackendException.java index d0e3e58..f344721 100644 --- a/src/net/pterodactylus/jsite/core/BackendException.java +++ b/src/net/pterodactylus/jsite/core/BackendException.java @@ -21,7 +21,7 @@ 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> */ public class BackendException extends JSiteException { @@ -35,7 +35,7 @@ public class BackendException extends JSiteException { /** * Creates a new backend exception with the given message. - * + * * @param message * The message of the exception */ @@ -45,7 +45,7 @@ public class BackendException extends JSiteException { /** * Creates a new backend exception with the given cause. - * + * * @param cause * The cause of the exception */ @@ -55,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