org.mmbase.bridge
Class NotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.mmbase.bridge.BridgeException
                          |
                          +--org.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.

Author:
Michiel Meeuwissen
See Also:
Serialized Form

Constructor Summary
NotFoundException(java.lang.String message)
          Constructs a NotFoundException with the specified detail message.
 
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

NotFoundException

public NotFoundException(java.lang.String message)
Constructs a NotFoundException with the specified detail message. It can be used when something is not found.
Parameters:
message - a description of the error


MMBase 2002