X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Forg%2Fmxchange%2Fjshopcore%2Fexceptions%2FCannotAddCategoryException.java;h=2bc03de091d6ca2238ab4d293fec674a69ea0b91;hb=672084ab2c551cbff8c8c424780ed344f7c13925;hp=1322005551c99050ecc1f19a8d2bb49e4db72383;hpb=9f798cb4fa7d73c9bf6899107cea362aaccb342f;p=jcustomer-core.git diff --git a/src/org/mxchange/jshopcore/exceptions/CannotAddCategoryException.java b/src/org/mxchange/jshopcore/exceptions/CannotAddCategoryException.java index 1322005..2bc03de 100644 --- a/src/org/mxchange/jshopcore/exceptions/CannotAddCategoryException.java +++ b/src/org/mxchange/jshopcore/exceptions/CannotAddCategoryException.java @@ -19,10 +19,11 @@ package org.mxchange.jshopcore.exceptions; /** * An exception thrown when the category cannot be added for a "low level" * reason. - * + *

* @author Roland Haeder */ public class CannotAddCategoryException extends Exception { + /** * Serial number */ @@ -30,7 +31,7 @@ public class CannotAddCategoryException extends Exception { /** * Constructor with cause - * + *

* @param cause Causing exception */ public CannotAddCategoryException (final Throwable cause) {