db4o 7.4

com.db4o.ext
Class Db4oIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.db4o.foundation.ChainedRuntimeException
                  extended by com.db4o.ext.Db4oException
                      extended by com.db4o.ext.Db4oIOException
All Implemented Interfaces:
java.io.Serializable

public class Db4oIOException
extends Db4oException

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
com.db4o.foundation.ChainedRuntimeException.ChainedRuntimeExceptionMixin
 
Constructor Summary
Db4oIOException()
          Constructor.
Db4oIOException(java.lang.String message)
           
Db4oIOException(java.lang.Throwable cause)
          Constructor allowing to specify the causing exception
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Db4oIOException

public Db4oIOException()
Constructor.


Db4oIOException

public Db4oIOException(java.lang.String message)

Db4oIOException

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

Parameters:
cause - exception cause

db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.