public class KeyChangedException
extends com.ericsson.otp.erlang.OtpErlangException
| Constructor | Description |
|---|---|
KeyChangedException(ErlangValue old_value) |
Creates the exception with the given old value.
|
KeyChangedException(java.lang.Throwable e,
ErlangValue old_value) |
Creates the exception with the given old value taking the message of the
given throwable.
|
| Modifier and Type | Method | Description |
|---|---|---|
ErlangValue |
getOldValue() |
Returns the (old) value stored in scalaris.
|
public KeyChangedException(ErlangValue old_value)
old_value - the old value stored in scalarispublic KeyChangedException(java.lang.Throwable e,
ErlangValue old_value)
e - the exception to "re-throw"old_value - the old value stored in scalarispublic ErlangValue getOldValue()