X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fcore%2FJSiteException.java;h=fed18ca3c8cfc34d94944987559af776a7a4ff12;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hp=4f540322c8ae395b78ee06e698c0581db18b91f2;hpb=cf127faffabd3f07b0acc6de9ea746059d571b56;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/core/JSiteException.java b/src/net/pterodactylus/jsite/core/JSiteException.java index 4f54032..fed18ca 100644 --- a/src/net/pterodactylus/jsite/core/JSiteException.java +++ b/src/net/pterodactylus/jsite/core/JSiteException.java @@ -21,7 +21,7 @@ package net.pterodactylus.jsite.core; /** * Base exception for all jSite-specific exceptions. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class JSiteException extends Exception { @@ -35,7 +35,7 @@ public class JSiteException extends Exception { /** * Creates a new jSite exception with the given message. - * + * * @param message * The message of the exception */ @@ -45,7 +45,7 @@ public class JSiteException extends Exception { /** * Creates a new jSite exception with the given cause. - * + * * @param cause * The cause of the exception */ @@ -55,7 +55,7 @@ public class JSiteException extends Exception { /** * Creates a new jSite exception with the given message and cause. - * + * * @param message * The message of the exception * @param cause