@Override
public Serializable get()
throws TimeoutException, BamException
{
if (! waitFor(_timeout)) {
throw new TimeoutException(this + " query timeout " + _payload
+ " {to:" + _to + "}");
}
else if (getError() != null)
throw getError().createException();
else