public class RecordNotFoundException
extends java.lang.RuntimeException
TableWriteFunction
when AsyncReadWriteUpdateTable.updateAsync(Object, Object)
fails due an existing record not being
present for the given key. MessageStream.sendTo(Table,
org.apache.samza.operators.UpdateOptions)
will attempt to call AsyncReadWriteUpdateTable.putAsync(Object, Object,
Object...)
instead to insert a new record if a default is provided.Constructor and Description |
---|
RecordNotFoundException() |
RecordNotFoundException(java.lang.String s) |
RecordNotFoundException(java.lang.String s,
java.lang.Throwable t) |
RecordNotFoundException(java.lang.Throwable t) |
public RecordNotFoundException()
public RecordNotFoundException(java.lang.String s, java.lang.Throwable t)
public RecordNotFoundException(java.lang.String s)
public RecordNotFoundException(java.lang.Throwable t)