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 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 |
StorageInaccessibleException
public StorageInaccessibleException()
StorageInaccessibleException
public StorageInaccessibleException(String message)
StorageInaccessibleException
public StorageInaccessibleException(Throwable cause)
StorageInaccessibleException
public StorageInaccessibleException(String message,
Throwable cause)
MMBase2 Core 2.0-SNAPSHOT - 2013-03-30T06:36