net.obsearch.exception
Class IllegalIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.obsearch.exception.OBException
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
IllegalIdException
public IllegalIdException(long id)
IllegalIdException
public IllegalIdException()
IllegalIdException
public IllegalIdException(byte[] i)
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.