public class AlreadyExpiredException extends ElasticsearchException implements IgnoreOnRecoveryEngineException
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsREST_EXCEPTION_SKIP_CAUSE, REST_EXCEPTION_SKIP_CAUSE_DEFAULT, REST_EXCEPTION_SKIP_STACK_TRACE, REST_EXCEPTION_SKIP_STACK_TRACE_DEFAULTEMPTY_PARAMS| Constructor and Description |
|---|
AlreadyExpiredException(StreamInput in) |
AlreadyExpiredException(String index,
String type,
String id,
long timestamp,
long ttl,
long now) |
| Modifier and Type | Method and Description |
|---|---|
String |
id() |
String |
index() |
long |
now() |
long |
timestamp() |
long |
ttl() |
String |
type() |
void |
writeTo(StreamOutput out) |
addHeader, addHeader, causeToXContent, contains, getDetailedMessage, getExceptionName, getExceptionName, getHeader, getHeaderKeys, getId, getIndex, getResourceId, getResourceType, getRootCause, getShardId, guessRootCauses, guessRootCauses, innerToXContent, isRegistered, readException, readStackTrace, renderHeader, renderThrowable, setIndex, setIndex, setResources, setShard, status, toString, toXContent, toXContent, unwrapCause, writeStackTracesaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic AlreadyExpiredException(String index, String type, String id, long timestamp, long ttl, long now)
public AlreadyExpiredException(StreamInput in) throws IOException
IOExceptionpublic String index()
public String type()
public String id()
public long timestamp()
public long ttl()
public long now()
public void writeTo(StreamOutput out) throws IOException
writeTo in class ElasticsearchExceptionIOExceptionCopyright © 2009–2017. All rights reserved.