org.mmbase.storage
Class StorageConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.mmbase.storage.StorageException
                  extended byorg.mmbase.storage.StorageConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class StorageConfigurationException
extends StorageException

This exception gets thrown when an error occurred in the configuration of a StorageFactory or a storage manager. This can occur when configuration files are inaccesible, a wrong file format is used, or attributes are missing.

Since:
MMBase-1.7
Version:
$Id: StorageConfigurationException.java,v 1.3 2003/11/18 14:58:33 michiel Exp $
Author:
Pierre van Rooden
See Also:
Serialized Form

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

StorageConfigurationException

public StorageConfigurationException()

StorageConfigurationException

public StorageConfigurationException(java.lang.String message)

StorageConfigurationException

public StorageConfigurationException(java.lang.Throwable cause)

StorageConfigurationException

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


MMBase build 1.7.4.20050922