Class InvalidDeltaException

  • All Implemented Interfaces:
    Serializable

    public class InvalidDeltaException
    extends GemFireException
    An InvalidDeltaException is thrown when a delta cannot be successfully applied by the receiving peer/client. The class implementing Delta may also choose to throw this in Delta.fromDelta(DataInput in). GemFire, on encountering this exception distributes the full application object.
    Since:
    GemFire 6.1
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidDeltaException

        public InvalidDeltaException()
        Creates a new InvalidDeltaException.
      • InvalidDeltaException

        public InvalidDeltaException​(String msg)
        Creates a new InvalidDeltaException.
        Parameters:
        msg - String explaining the exception
      • InvalidDeltaException

        public InvalidDeltaException​(Throwable e)
        Creates a new InvalidDeltaException.
        Parameters:
        e - Throwable
      • InvalidDeltaException

        public InvalidDeltaException​(String msg,
                                     Throwable e)
        Creates a new InvalidDeltaException.
        Parameters:
        msg - String explaining the exception
        e - Throwable