org.mmbase.bridge
Class NotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.mmbase.bridge.BridgeException
                  extended byorg.mmbase.bridge.NotFoundException
All Implemented Interfaces:
java.io.Serializable

public class NotFoundException
extends BridgeException

This exception gets thrown when an object is not found in the bridge.

Version:
$Id: NotFoundException.java,v 1.4 2003/08/29 09:36:50 pierre Exp $
Author:
Michiel Meeuwissen
See Also:
Serialized Form

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

NotFoundException

public NotFoundException()

NotFoundException

public NotFoundException(java.lang.String message)

NotFoundException

public NotFoundException(java.lang.Throwable cause)

NotFoundException

public NotFoundException(java.lang.String message,
                         java.lang.Throwable cause)


MMBase build 1.7.1.20041002