public class EsIndexException extends RuntimeException
Constructor and Description |
---|
EsIndexException()
Constructs a new instance of this class with
null as its detail message. |
EsIndexException(String message)
Constructs a new instance of this class with the specified detail message.
|
EsIndexException(Throwable rootCause)
Constructs a new instance of this class with the specified root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EsIndexException()
null
as its detail message.public EsIndexException(String message)
message
- the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.public EsIndexException(Throwable rootCause)
rootCause
- root failure causeCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.