Package com.db4o.ext
Class IncompatibleFileFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.db4o.foundation.ChainedRuntimeException
-
- com.db4o.ext.Db4oException
-
- com.db4o.ext.Db4oFatalException
-
- com.db4o.ext.IncompatibleFileFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class IncompatibleFileFormatException extends Db4oFatalException
db4o-specific exception.
This exception is thrown when the database file format is not compatible with the applied configuration.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException
ChainedRuntimeException.ChainedRuntimeExceptionMixin
-
-
Constructor Summary
Constructors Constructor Description IncompatibleFileFormatException()
IncompatibleFileFormatException(java.lang.String message)
-