Class StaleSandboxStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.data.tracking.core.exception.StaleSandboxStateException
- All Implemented Interfaces:
Serializable
This exception is thrown when it is determined the current sandbox state is stale based on the
state of a target sandbox state. This generally occurs as the result of an attempt to promote an
item forward and the target of the promote contains changes missing in the origin of the promote.
- Author:
- Jeff Fischer
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StaleSandboxStateException
public StaleSandboxStateException() -
StaleSandboxStateException
-