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

public class InvalidContextRequestException extends RuntimeException
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 Details

    • InvalidContextRequestException

      public InvalidContextRequestException()
    • InvalidContextRequestException

      public InvalidContextRequestException(String message)