X-Git-Url: https://git.pterodactylus.net/?p=jSite2.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fcore%2FNoNodeException.java;h=68f2b1622b58bc3f84f536bf4d994dc3d689d28c;hp=0fa573efa6ac8ad2655f8db69b34720ca8389e2f;hb=c63257e8cc0ba1a5aca9364b22171abe7279d479;hpb=55be4a9e8373d72a9e1c25a3c8150651bb19679d diff --git a/src/net/pterodactylus/jsite/core/NoNodeException.java b/src/net/pterodactylus/jsite/core/NoNodeException.java index 0fa573e..68f2b16 100644 --- a/src/net/pterodactylus/jsite/core/NoNodeException.java +++ b/src/net/pterodactylus/jsite/core/NoNodeException.java @@ -22,7 +22,7 @@ package net.pterodactylus.jsite.core; /** * Exception that signals the lack of configured nodes that are required for the * action. - * + * * @see NodeManager#generateKeyPair() * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ @@ -37,7 +37,7 @@ public class NoNodeException extends JSiteException { /** * Creates a new exception with the given message. - * + * * @param message * The message of the exception */ @@ -47,7 +47,7 @@ public class NoNodeException extends JSiteException { /** * Creates a new exception with the given cause. - * + * * @param cause * The cause of the exception */ @@ -57,7 +57,7 @@ public class NoNodeException extends JSiteException { /** * Creates a new exception with the given message and cause. - * + * * @param message * The message of the exception * @param cause