|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openanzo.indexer.IndexerException
public class IndexerException
Exception thrown by index api classes
| Constructor Summary | |
|---|---|
IndexerException()
|
|
IndexerException(java.lang.String message)
|
|
IndexerException(java.lang.String message,
java.lang.Throwable cause)
|
|
IndexerException(java.lang.Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IndexerException(java.lang.String message)
Exception.Exception(String)public IndexerException()
Exception.Exception()
public IndexerException(java.lang.String message,
java.lang.Throwable cause)
Exception.Exception(String, Throwable)public IndexerException(java.lang.Throwable cause)
Exception.Exception(Throwable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||