org.mmbase.storage
Class StorageError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byorg.mmbase.storage.StorageError
All Implemented Interfaces:
Serializable

public class StorageError
extends Error

This error gets thrown when something goes seriously - and likely unrecoverably - wrong in the storage layer. This includes database connection failures at startup, non-existing vital resources, etc. In general, a StorageError should indicate that a storage layer is unuseable. This will normally mean MMBase will fail to start.

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

Constructor Summary
StorageError()
           
StorageError(String message)
           
StorageError(String message, Throwable cause)
           
StorageError(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

StorageError

public StorageError()

StorageError

public StorageError(String message)

StorageError

public StorageError(Throwable cause)

StorageError

public StorageError(String message,
                    Throwable cause)


MMBase build 1.8.1.20060716