Class XSSRequestParameterValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.resource.security.xss.service.exception.XSSRequestParameterValidationException
- All Implemented Interfaces:
Serializable
An exception thrown when request parameters fail XSS validation.
Because request parameters are not part of an object, we cannot just use Errors
+
ValidationException
.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XSSRequestParameterValidationException
-