X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fcore%2FJSiteException.java;h=fed18ca3c8cfc34d94944987559af776a7a4ff12;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hp=39afcf28c4c6514cc606259ddfd2fa0f0d4df9a5;hpb=6261532c85b45139e7b5c6c1c8425b5fea2ef018;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/core/JSiteException.java b/src/net/pterodactylus/jsite/core/JSiteException.java index 39afcf2..fed18ca 100644 --- a/src/net/pterodactylus/jsite/core/JSiteException.java +++ b/src/net/pterodactylus/jsite/core/JSiteException.java @@ -21,9 +21,8 @@ package net.pterodactylus.jsite.core; /** * Base exception for all jSite-specific exceptions. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class JSiteException extends Exception { @@ -36,7 +35,7 @@ public class JSiteException extends Exception { /** * Creates a new jSite exception with the given message. - * + * * @param message * The message of the exception */ @@ -46,7 +45,7 @@ public class JSiteException extends Exception { /** * Creates a new jSite exception with the given cause. - * + * * @param cause * The cause of the exception */ @@ -56,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