com.timeindexing.index
Class IndexCreateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.timeindexing.index.TimeIndexException
              extended bycom.timeindexing.index.IndexCreateException
All Implemented Interfaces:
java.io.Serializable

public class IndexCreateException
extends TimeIndexException

A IndexCreateException is thrown when an Index cannot be created. This usually because the Properties passed at create time do not have enough information.

See Also:
Serialized Form

Constructor Summary
IndexCreateException()
          Throw a IndexCreateException with no message.
IndexCreateException(java.lang.Exception e)
          Throw a IndexCreateException with an exception from the underlying cause.
IndexCreateException(java.lang.String s)
          Throw a IndexCreateException with a message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

IndexCreateException

public IndexCreateException()
Throw a IndexCreateException with no message.


IndexCreateException

public IndexCreateException(java.lang.String s)
Throw a IndexCreateException with a message.


IndexCreateException

public IndexCreateException(java.lang.Exception e)
Throw a IndexCreateException with an exception from the underlying cause.