Class StaleStateServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.common.security.service.StaleStateServiceException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionStaleStateServiceException
(String message) StaleStateServiceException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StaleStateServiceException
public StaleStateServiceException() -
StaleStateServiceException
-
StaleStateServiceException
-
StaleStateServiceException
-