Class ChangeDataFetchingException

  • All Implemented Interfaces:
    Serializable

    public class ChangeDataFetchingException
    extends RuntimeException
    Exception thrown by operations while computing their associated change data, when they want the problem to halt all computations and report a message to the user.
    See Also:
    Serialized Form
    • Constructor Detail

      • ChangeDataFetchingException

        public ChangeDataFetchingException​(String message,
                                           boolean resumptionSupported)
        Constructor
        Parameters:
        message - the error message to report to the user
        resumptionSupported - whether or not it makes sense to start a new process to complete the existing change data. If not, the user will only have the option to cancel the process and the associated operation.