Package com.db4o.ext
Class BackupInProgressException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.db4o.foundation.ChainedRuntimeException
-
- com.db4o.ext.Db4oException
-
- com.db4o.ext.Db4oRecoverableException
-
- com.db4o.ext.BackupInProgressException
-
- All Implemented Interfaces:
java.io.Serializable
public class BackupInProgressException extends Db4oRecoverableException
db4o-specific exception.
This exception is thrown when the currentbackup
process encounters another backup process already running.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeException
ChainedRuntimeException.ChainedRuntimeExceptionMixin
-
-
Constructor Summary
Constructors Constructor Description BackupInProgressException()
-