db4o 8.0

com.db4o.ext
Class UnsupportedOldFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.db4o.foundation.ChainedRuntimeException
                  extended by com.db4o.ext.Db4oException
                      extended by com.db4o.ext.Db4oFatalException
                          extended by com.db4o.ext.UnsupportedOldFormatException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedOldFormatException
extends Db4oFatalException

This exception is thrown while reading old database files for which support has been dropped.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException
com.db4o.foundation.ChainedRuntimeException.ChainedRuntimeExceptionMixin
 
Constructor Summary
UnsupportedOldFormatException()
           
 
Method Summary
 
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

UnsupportedOldFormatException

public UnsupportedOldFormatException()

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.