org.mmbase.storage
Class StorageNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.mmbase.storage.StorageException
                  extended byorg.mmbase.storage.StorageNotFoundException
All Implemented Interfaces:
Serializable

public class StorageNotFoundException
extends StorageException

This exception gets thrown if a query resulted nothing, in contrary to the expectation (for example in 'getNode').

Since:
MMBase-1.8
Version:
$Id: StorageNotFoundException.java,v 1.1 2005/10/04 18:43:30 michiel Exp $
Author:
Michiel Meeuwissen
See Also:
Serialized Form

Constructor Summary
StorageNotFoundException()
           
StorageNotFoundException(String message)
           
StorageNotFoundException(String message, Throwable cause)
           
StorageNotFoundException(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

StorageNotFoundException

public StorageNotFoundException()

StorageNotFoundException

public StorageNotFoundException(String message)

StorageNotFoundException

public StorageNotFoundException(Throwable cause)

StorageNotFoundException

public StorageNotFoundException(String message,
                                Throwable cause)


MMBase build 1.8.1.20060716