org.mmbase.storage
Class StorageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.mmbase.storage.StorageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UnsupportedDatabaseOperationException

public class StorageException
extends java.lang.Exception

Storage exception. This exception is thrown when the storage layer is unable to perform an operation.

Since:
MMBase-1.6
Version:
$Id: StorageException.java,v 1.1 2002/09/16 15:07:32 pierre Exp $
Author:
Pierre van Rooden
See Also:
Serialized Form

Constructor Summary
StorageException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StorageException

public StorageException(java.lang.String s)


MMBase build 1.6.5.20030923