Class 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:
    Serialized Form
    • Constructor Detail

      • StaleSandboxStateException

        public StaleSandboxStateException()
      • StaleSandboxStateException

        public StaleSandboxStateException​(String message)