]> git.mxchange.org Git - jcustomer-core.git/blobdiff - src/org/mxchange/jshopcore/exceptions/CannotAddCategoryException.java
auto-formatted project + updated jars
[jcustomer-core.git] / src / org / mxchange / jshopcore / exceptions / CannotAddCategoryException.java
index 1322005551c99050ecc1f19a8d2bb49e4db72383..2bc03de091d6ca2238ab4d293fec674a69ea0b91 100644 (file)
@@ -19,10 +19,11 @@ package org.mxchange.jshopcore.exceptions;
 /**
  * An exception thrown when the category cannot be added for a "low level"
  * reason.
- *
+ * <p>
  * @author Roland Haeder
  */
 public class CannotAddCategoryException extends Exception {
+
        /**
         * Serial number
         */
@@ -30,7 +31,7 @@ public class CannotAddCategoryException extends Exception {
 
        /**
         * Constructor with cause
-        *
+        * <p>
         * @param cause Causing exception
         */
        public CannotAddCategoryException (final Throwable cause) {