com.sun.labs.minion.indexer.entry
Class DuplicateKeyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.labs.minion.indexer.entry.DuplicateKeyException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateKeyException
extends java.lang.RuntimeException

An exception to throw when a duplicate document key is detected during a merge.

See Also:
Serialized Form

Constructor Summary
DuplicateKeyException(DocKeyEntry dke)
           
 
Method Summary
 DocKeyEntry getEntry()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateKeyException

public DuplicateKeyException(DocKeyEntry dke)
Method Detail

getEntry

public DocKeyEntry getEntry()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable