Package com.db4o.ext
Class Db4oIOException
- 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.Db4oIOException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
EmergencyShutdownReadOnlyException
public class Db4oIOException extends Db4oFatalException
db4o-specific exception.
This exception is thrown when a system IO exception is encounted by db4o process.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException
ChainedRuntimeException.ChainedRuntimeExceptionMixin
-
-
Constructor Summary
Constructors Constructor Description Db4oIOException()
Constructor.Db4oIOException(java.lang.String message)
Db4oIOException(java.lang.Throwable cause)
Constructor allowing to specify the causing exception
-