|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
elasticsearchindex.components.IndexException
public class IndexException
Exception used when the Index fails.
| Constructor Summary | |
|---|---|
IndexException()
Default constructor. |
|
IndexException(String message)
Constructs with message. |
|
IndexException(Throwable causeIn)
Constructs with chained exception. |
|
| Method Summary | |
|---|---|
Throwable |
getException()
Retrieves nested exception. |
void |
printStackTrace()
Print the stack trace to System.err. |
void |
printStackTrace(PrintStream ps)
Print the stack trace to a print stream. |
void |
printStackTrace(PrintWriter pw)
Print the stack trace to a print writer. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IndexException()
public IndexException(String message)
message - - The message to throw in the exceptionpublic IndexException(Throwable causeIn)
causeIn - - The throwable cause in the exception.| Method Detail |
|---|
public final Throwable getException()
public final void printStackTrace()
printStackTrace in class Throwablepublic final void printStackTrace(PrintStream ps)
printStackTrace in class Throwableps - - the print stream.public void printStackTrace(PrintWriter pw)
printStackTrace in class Throwablepw - - the print writer.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||