db4o 6.3

com.db4o
Class Db4oIOException

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

public class Db4oIOException
extends Db4oException

db4o-specific exception.

This exception is thrown when a system IO exception is encounted by db4o process.


Constructor Summary
Db4oIOException()
          Constructor.
Db4oIOException(java.lang.Throwable cause)
          Constructor allowing to specify the causing exception
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Db4oIOException

public Db4oIOException()
Constructor.


Db4oIOException

public Db4oIOException(java.lang.Throwable cause)
Constructor allowing to specify the causing exception

Parameters:
cause - exception cause

db4o 6.3