|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.InvalidDeltaException
public class InvalidDeltaException
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.
| Constructor Summary | |
|---|---|
InvalidDeltaException()
Creates a new InvalidDeltaException. |
|
InvalidDeltaException(String msg)
Creates a new InvalidDeltaException. |
|
InvalidDeltaException(String msg,
Throwable e)
Creates a new InvalidDeltaException. |
|
InvalidDeltaException(Throwable e)
Creates a new InvalidDeltaException. |
|
| Method Summary |
|---|
| Methods inherited from class com.gemstone.gemfire.GemFireException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidDeltaException()
InvalidDeltaException.
public InvalidDeltaException(String msg)
InvalidDeltaException.
msg - String explaining the exceptionpublic InvalidDeltaException(Throwable e)
InvalidDeltaException.
e - Throwable
public InvalidDeltaException(String msg,
Throwable e)
InvalidDeltaException.
msg - String explaining the exceptione - Throwable
|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||