Class StaleStateServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.common.security.service.StaleStateServiceException
All Implemented Interfaces:
Serializable

public class StaleStateServiceException extends RuntimeException
This exception is thrown when the system detects a request from a "stale" page. This relates to a Http Status 409 error response. See StaleStateProtectionService for more information.
Author:
Jeff Fischer
See Also:
  • Constructor Details

    • StaleStateServiceException

      public StaleStateServiceException()
    • StaleStateServiceException

      public StaleStateServiceException(Throwable cause)
    • StaleStateServiceException

      public StaleStateServiceException(String message)
    • StaleStateServiceException

      public StaleStateServiceException(String message, Throwable cause)