Class IndexInitializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dlese.dpc.index.IndexInitializationException
All Implemented Interfaces:
Serializable

public class IndexInitializationException extends Exception
Indicates that a DataManager was asked to handle an object of data that it does not understand.
Version:
1.0, 9/30/02
Author:
Dave Deniman
See Also:
  • Constructor Details

    • IndexInitializationException

      public IndexInitializationException()
      Constructs an Exception with no specified detail message.
    • IndexInitializationException

      public IndexInitializationException(String message)
      Constructs an Exception with the specified detail message.
      Parameters:
      message - the detailed message.