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

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

    • StaleSandboxStateException

      public StaleSandboxStateException()
    • StaleSandboxStateException

      public StaleSandboxStateException(String message)