org.mmbase.storage
Class StorageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.mmbase.storage.StorageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
StorageConfigurationException, StorageFactoryException, StorageInaccessibleException, UnsupportedDatabaseOperationException

public class StorageException
extends java.lang.RuntimeException

This exception gets thrown when something goes wrong in the storage layer.

Since:
MMBase-1.7
Version:
$Id: StorageException.java,v 1.7 2004/01/12 14:59:52 pierre Exp $
Author:
Pierre van Rooden
See Also:
Serialized Form

Constructor Summary
StorageException()
           
StorageException(java.lang.String message)
           
StorageException(java.lang.String message, java.lang.Throwable cause)
           
StorageException(java.lang.Throwable cause)
           
 
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

StorageException

public StorageException()

StorageException

public StorageException(java.lang.String message)

StorageException

public StorageException(java.lang.Throwable cause)

StorageException

public StorageException(java.lang.String message,
                        java.lang.Throwable cause)


MMBase build 1.7.1.20041002