com.timeindexing.index
Class GetItemException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.timeindexing.index.TimeIndexException
              extended bycom.timeindexing.index.IndexItemException
                  extended bycom.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.
 
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.