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.

Version:
$Id: NotFoundException.java,v 1.3 2002/09/23 15:57:34 pierre Exp $
Author:
Michiel Meeuwissen
See Also:
Serialized Form

Constructor Summary
NotFoundException()
          Constructs a NotFoundException with null as its message.
NotFoundException(java.lang.String message)
          Constructs a NotFoundException with the specified detail message.
NotFoundException(java.lang.String message, java.lang.Throwable cause)
          Constructs a NotFoundException with the detail message of the original exception.
NotFoundException(java.lang.Throwable cause)
          Constructs a NotFoundException with the detail message of the original exception.
 
Methods inherited from class org.mmbase.bridge.BridgeException
getCause, initCause
 
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()
Constructs a NotFoundException with null as its message.
Since:
MMBase-1.6

NotFoundException

public NotFoundException(java.lang.String message)
Constructs a NotFoundException with the specified detail message.
Parameters:
message - a description of the error

NotFoundException

public NotFoundException(java.lang.Throwable cause)
Constructs a NotFoundException with the detail message of the original exception. The cause can be retrieved with getCause().
Parameters:
Throwable - the cause of the error
Since:
MMBase-1.6

NotFoundException

public NotFoundException(java.lang.String message,
                         java.lang.Throwable cause)
Constructs a NotFoundException with the detail message of the original exception. The cause can be retrieved with getCause().
Parameters:
message - a description of the error
Throwable - the cause of the error
Since:
MMBase-1.6


MMBase build 1.6.5.20030923