net.obsearch.exception
Class IllegalIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.obsearch.exception.OBException
              extended by net.obsearch.exception.IllegalIdException
All Implemented Interfaces:
Serializable

public class IllegalIdException
extends OBException

Occurs when an internal id requested but the id is not available. This Exception is kept as a debugging aid. Normally you should not receive it. If you do, please report the problem to: http://code.google.com/p/obsearch/issues/list

Since:
0.7
Author:
Arnoldo Jose Muller Molina
See Also:
Serialized Form

Constructor Summary
IllegalIdException()
           
IllegalIdException(byte[] i)
           
IllegalIdException(long id)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalIdException

public IllegalIdException(long id)

IllegalIdException

public IllegalIdException()

IllegalIdException

public IllegalIdException(byte[] i)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.