com.timeindexing.index
Class GetItemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.timeindexing.index.TimeIndexException
              extended by com.timeindexing.index.IndexItemException
                  extended by com.timeindexing.index.GetItemException
All Implemented Interfaces:
java.io.Serializable

public class GetItemException
extends IndexItemException

An GetItemException is thrown when getting an item from an index fails.

See Also:
Serialized Form

Constructor Summary
GetItemException()
          Throw a GetItemException with no message.
GetItemException(java.lang.Exception e)
          Throw a GetItemException with an exception from the underlying cause.
GetItemException(java.lang.String s)
          Throw a GetItemException with a message.
 
Method Summary
 
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

GetItemException

public GetItemException()
Throw a GetItemException with no message.


GetItemException

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


GetItemException

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



Timeindexing 2008