public static final class Replicator.ModifyFailure<A extends ReplicatedData> extends Replicator.UpdateFailure<A> implements scala.Product, scala.Serializable
modify
function of the Replicator.Update
throws an exception the reply message
will be this ModifyFailure
message. The original exception is included as cause
.Constructor and Description |
---|
ModifyFailure(Key<A> key,
java.lang.String errorMessage,
java.lang.Throwable cause,
scala.Option<java.lang.Object> request) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
cause() |
java.lang.String |
errorMessage() |
Key<A> |
key() |
scala.Option<java.lang.Object> |
request() |
java.lang.String |
toString() |
getRequest
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Key<A> key()
key
in class Replicator.UpdateResponse<A extends ReplicatedData>
public java.lang.String errorMessage()
public java.lang.Throwable cause()
public scala.Option<java.lang.Object> request()
request
in class Replicator.UpdateResponse<A extends ReplicatedData>
public java.lang.String toString()
toString
in class java.lang.Object