db4o 6.1

com.db4o.ext
Class OldFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.db4o.ext.Db4oException
                  extended by com.db4o.ext.OldFormatException
All Implemented Interfaces:
java.io.Serializable

public class OldFormatException
extends Db4oException

An old file was detected and could not be open.

See Also:
Serialized Form

Constructor Summary
OldFormatException()
           
 
Method Summary
 
Methods inherited from class com.db4o.ext.Db4oException
cause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OldFormatException

public OldFormatException()

db4o 6.1