org.mmbase.storage
Class StorageInaccessibleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.mmbase.storage.StorageException
                  extended byorg.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

Constructor Summary
StorageInaccessibleException()
           
StorageInaccessibleException(java.lang.String message)
           
StorageInaccessibleException(java.lang.String message, java.lang.Throwable cause)
           
StorageInaccessibleException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

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