]> git.mxchange.org Git - jproduct-core.git/blobdiff - src/org/mxchange/jshopcore/exceptions/ProductTitleAlreadyUsedException.java
Added customer number field
[jproduct-core.git] / src / org / mxchange / jshopcore / exceptions / ProductTitleAlreadyUsedException.java
index 53ec406389c1f34bf78dde57397581b3f16f3182..dffa4b706cd34570e1c24aaf5191d0b1e11fd90e 100644 (file)
@@ -39,14 +39,4 @@ public class ProductTitleAlreadyUsedException extends Exception {
                // Call super constructor
                super(MessageFormat.format("Title {0} is already used.", product.getTitle())); //NOI18N
        }
-
-       /**
-        * Constructor with HttpServletRequest instance
-        *
-        * @param cause Cause for this exception
-        */
-       public ProductTitleAlreadyUsedException (final Throwable cause) {
-               // Call super constructor
-               super(cause); //NOI18N
-       }
 }