db4o 6.3

com.db4o.ext
Class BackupInProgressException

java.lang.Object
  extended by ChainedRuntimeException
      extended by com.db4o.ext.Db4oException
          extended by com.db4o.ext.BackupInProgressException

public class BackupInProgressException
extends Db4oException

db4o-specific exception.

This exception is thrown when the current backup process encounters another backup process already running.


Constructor Summary
BackupInProgressException()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackupInProgressException

public BackupInProgressException()

db4o 6.3