DbStorage
Class DbStorageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byDbStorage.DbStorageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlreadyExistingException, InvalidUnitException, NotExistingException, OutOfLOBException, TooSmallPageSizeException, UnavailableUnitException

public class DbStorageException
extends java.lang.Exception

Represents an error ocurred in the Database Storage level.

See Also:
Serialized Form

Constructor Summary
DbStorageException()
          Constructs a DbStorageException without message.
DbStorageException(java.lang.String msg)
          Constructs a DbStorageException with a specified message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DbStorageException

public DbStorageException()
Constructs a DbStorageException without message.


DbStorageException

public DbStorageException(java.lang.String msg)
Constructs a DbStorageException with a specified message.