db4o 6.3

com.db4o.ext
Class OldFormatException

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

public class OldFormatException
extends Db4oException

db4o-specific exception.

This exception is thrown when an old file format was detected and Configuration.allowVersionUpdates(boolean) is set to false.


Constructor Summary
OldFormatException()
          Constructor with the default message.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OldFormatException

public OldFormatException()
Constructor with the default message.


db4o 6.3