org.mmbase.storage
Class StorageInaccessibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mmbase.storage.StorageException
org.mmbase.storage.StorageInaccessibleException
- All Implemented Interfaces:
- Serializable
- public class StorageInaccessibleException
- extends StorageException
This exception gets thrown when the storage is inaccessible, such as when files were moved, a database goes offline,
or user rights on the storage were insufficient to allow access.
- Since:
- MMBase-1.7
- Version:
- $Id: StorageInaccessibleException.java,v 1.3 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 |
StorageInaccessibleException
public StorageInaccessibleException()
StorageInaccessibleException
public StorageInaccessibleException(String message)
StorageInaccessibleException
public StorageInaccessibleException(Throwable cause)
StorageInaccessibleException
public StorageInaccessibleException(String message,
Throwable cause)
MMBase build 1.8.1.20060716