Class InvalidContextRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.data.tracking.core.exception.InvalidContextRequestException
- All Implemented Interfaces:
 Serializable
This exception is thrown when it is determined that a request is invalid in any way. This will
 usually be thrown during validation when the request is processed. This exception generally
 results in an HTTP 400 response.
- Author:
 - Erin Pennington (epenning)
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InvalidContextRequestException
public InvalidContextRequestException() - 
InvalidContextRequestException
 
 -