db4o 6.3

com.db4o
Class IncompatibleFileFormatException

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

public class IncompatibleFileFormatException
extends Db4oException

db4o-specific exception.

This exception is thrown when the database file format is not compatible with the applied configuration.


Constructor Summary
IncompatibleFileFormatException()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncompatibleFileFormatException

public IncompatibleFileFormatException()

db4o 6.3