Package org.apache.geode
Class InvalidDeltaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.InvalidDeltaException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newInvalidDeltaException.Creates a newInvalidDeltaException.InvalidDeltaException(String msg, Throwable e) Creates a newInvalidDeltaException.Creates a newInvalidDeltaException. -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDeltaException
public InvalidDeltaException()Creates a newInvalidDeltaException. -
InvalidDeltaException
Creates a newInvalidDeltaException.- Parameters:
msg- String explaining the exception
-
InvalidDeltaException
Creates a newInvalidDeltaException.- Parameters:
e- Throwable
-
InvalidDeltaException
Creates a newInvalidDeltaException.- Parameters:
msg- String explaining the exceptione- Throwable
-