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