Class InvalidDeltaException

  • All Implemented Interfaces:
    java.io.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidDeltaException

        public InvalidDeltaException()
        Creates a new InvalidDeltaException.
      • InvalidDeltaException

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

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

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