org.mmbase.storage
Class StorageError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.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 34900 2009-05-01 16:29:42Z michiel $
- 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 |
StorageError
public StorageError()
StorageError
public StorageError(String message)
StorageError
public StorageError(Throwable cause)
StorageError
public StorageError(String message,
Throwable cause)
MMBase 2.0-SNAPSHOT - null