|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.naming.NamingException
org.apache.directory.server.core.partition.impl.btree.IndexNotFoundException
public class IndexNotFoundException
NamingException for missing indicies if full table scans are disallowed.
| Field Summary |
|---|
| Fields inherited from class javax.naming.NamingException |
|---|
remainingName, resolvedName, resolvedObj, rootException |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
java.lang.String |
getIndexName()
Gets the name of the attribute the index was missing for. |
| Methods inherited from class javax.naming.NamingException |
|---|
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IndexNotFoundException(java.lang.String indexName)
indexName - the name of the index that was not found
public 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 found
public 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| Method Detail |
|---|
public java.lang.String getIndexName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||