| 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 author: Pierre van Rooden version: $Id: StorageError.java,v 1.4 2003/11/18 14:58:33 michiel Exp $ |