db4o 6.3

com.db4o.ext
Class InvalidIDException

java.lang.Object
  extended by ChainedRuntimeException
      extended by com.db4o.ext.Db4oException
          extended by com.db4o.ext.InvalidIDException

public class InvalidIDException
extends Db4oException

db4o-specific exception.

This exception is thrown when the supplied object ID is incorrect (ouside the scope of the database IDs).

See Also:
ExtObjectContainer.bind(Object, long), ExtObjectContainer.getByID(long)

Constructor Summary
InvalidIDException(java.lang.Throwable cause)
          Constructor allowing to specify the exception cause
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidIDException

public InvalidIDException(java.lang.Throwable cause)
Constructor allowing to specify the exception cause

Parameters:
cause - cause exception

db4o 6.3