public class IndexInitializationException
extends java.lang.Exception
Constructor and Description |
---|
IndexInitializationException()
Constructs an
Exception with no specified detail message. |
IndexInitializationException(java.lang.String message)
Constructs an
Exception with the specified detail message. |
public IndexInitializationException()
Exception
with no specified detail message.public IndexInitializationException(java.lang.String message)
Exception
with the specified detail message.message
- the detailed message.