public class ActionTransportException extends TransportException
ElasticsearchException.WithRestHeaders| Constructor and Description |
|---|
ActionTransportException(String msg,
Throwable cause) |
ActionTransportException(String name,
TransportAddress address,
String action,
String msg,
Throwable cause) |
ActionTransportException(String name,
TransportAddress address,
String action,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
action()
The action to invoke.
|
TransportAddress |
address()
The target address to invoke the action on.
|
contains, getDetailedMessage, getMostSpecificCause, getRootCause, status, unwrapCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ActionTransportException(String name, TransportAddress address, String action, Throwable cause)
public ActionTransportException(String name, TransportAddress address, String action, String msg, Throwable cause)
public TransportAddress address()
public String action()
Copyright © 2009–2016. All rights reserved.