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:
- Serializable
public class NotFoundException
- extends BridgeException
This exception gets thrown when an object is not found in the bridge.
- Version:
- $Id: NotFoundException.java 34936 2009-05-04 14:41:51Z michiel $
- Author:
- Michiel Meeuwissen
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotFoundException
public NotFoundException()
NotFoundException
public NotFoundException(String message)
NotFoundException
public NotFoundException(Throwable cause)
NotFoundException
public NotFoundException(String message,
Throwable cause)
MMBase 2.0-SNAPSHOT - null