public class ElasticsearchSecurityException extends ElasticsearchException
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 |
|---|
ElasticsearchSecurityException(StreamInput in) |
ElasticsearchSecurityException(String msg,
Object... args) |
ElasticsearchSecurityException(String msg,
RestStatus status,
Object... args) |
ElasticsearchSecurityException(String msg,
RestStatus status,
Throwable cause,
Object... args) |
ElasticsearchSecurityException(String msg,
Throwable cause,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
RestStatus |
status()
Returns the rest status code associated with this exception.
|
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, toString, toXContent, toXContent, unwrapCause, writeStackTracesaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ElasticsearchSecurityException(String msg, RestStatus status, Throwable cause, Object... args)
public ElasticsearchSecurityException(String msg, Throwable cause, Object... args)
public ElasticsearchSecurityException(String msg, RestStatus status, Object... args)
public ElasticsearchSecurityException(StreamInput in) throws IOException
IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in class ElasticsearchExceptionIOExceptionpublic final RestStatus status()
ElasticsearchExceptionstatus in class ElasticsearchExceptionCopyright © 2009–2016. All rights reserved.