public class IndexNotFoundException
extends javax.naming.NamingException
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
indexName
the name of the index that was not found
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
IndexNotFoundException(java.lang.String indexName)
Constructs an Exception with a detailed message.
|
IndexNotFoundException(java.lang.String message,
java.lang.String indexName)
Constructs an Exception with a detailed message.
|
IndexNotFoundException(java.lang.String message,
java.lang.String indexName,
java.lang.Throwable rootCause)
Constructs an Exception with a detailed message and a root cause
exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIndexName()
Gets the name of the attribute the index was missing for.
|
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toStringprivate static final long serialVersionUID
private final java.lang.String indexName
public IndexNotFoundException(java.lang.String indexName)
indexName - the name of the index that was not foundpublic IndexNotFoundException(java.lang.String message,
java.lang.String indexName)
message - the message associated with the exception.indexName - the name of the index that was not foundpublic IndexNotFoundException(java.lang.String message,
java.lang.String indexName,
java.lang.Throwable rootCause)
message - the message associated with the exception.indexName - the name of the index that was not foundrootCause - the root cause of this exception