org.mmbase.storage
Class StorageError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.mmbase.storage.StorageError
- All Implemented Interfaces:
- java.io.Serializable
- public class StorageError
- extends java.lang.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
| 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 |
StorageError
public StorageError()
StorageError
public StorageError(java.lang.String message)
StorageError
public StorageError(java.lang.Throwable cause)
StorageError
public StorageError(java.lang.String message,
java.lang.Throwable cause)
MMBase build 1.7.4.20050922