Xindice API

org.apache.xindice.core.indexer
Class DuplicateIndexException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.xindice.util.XindiceException
                    |
                    +--org.apache.xindice.core.DBException
                          |
                          +--org.apache.xindice.core.indexer.IndexerException
                                |
                                +--org.apache.xindice.core.indexer.DuplicateIndexException
All Implemented Interfaces:
java.io.Serializable

public final class DuplicateIndexException
extends IndexerException

A DuplicateIndexException is thrown if an Indexer create attempt duplicates an existing Indexer.

See Also:
Serialized Form

Fields inherited from class org.apache.xindice.core.DBException
faultCode
 
Constructor Summary
DuplicateIndexException()
           
DuplicateIndexException(java.lang.String message)
           
 
Methods inherited from class org.apache.xindice.util.XindiceException
getWrappedThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateIndexException

public DuplicateIndexException()

DuplicateIndexException

public DuplicateIndexException(java.lang.String message)

Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation