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:
- java.io.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StorageInaccessibleException
public StorageInaccessibleException()
StorageInaccessibleException
public StorageInaccessibleException(java.lang.String message)
StorageInaccessibleException
public StorageInaccessibleException(java.lang.Throwable cause)
StorageInaccessibleException
public StorageInaccessibleException(java.lang.String message,
java.lang.Throwable cause)
MMBase build 1.7.4.20050922