Class InvalidApplicationIdParameterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.datafeed.web.exception.InvalidApplicationIdParameterException
All Implemented Interfaces:
Serializable

public class InvalidApplicationIdParameterException extends RuntimeException
The exception that is thrown when the ContextInfo from the request contains the application id and the provided application id in the request parameters is not equal to it.
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • InvalidApplicationIdParameterException

      public InvalidApplicationIdParameterException(String message)