org.mmbase.storage
Class StorageNotFoundException

Package class diagram package StorageNotFoundException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mmbase.storage.StorageException
                  extended by org.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 34900 2009-05-01 16:29:42Z michiel $
Author:
Michiel Meeuwissen
See Also:
Serialized Form

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


MMBase2 Core 2.0-SNAPSHOT - 2013-03-30T06:36