org.mmbase.bridge
Class BridgeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.mmbase.bridge.BridgeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NotFoundException

public class BridgeException
extends java.lang.RuntimeException

This exception gets thrown when something goes wronmg on the MMCI.

Version:
$Id: BridgeException.java,v 1.4 2002/01/31 10:05:07 pierre Exp $
See Also:
Serialized Form

Constructor Summary
BridgeException(java.lang.String message)
          Constructs a BridgeException 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

BridgeException

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


MMBase 2002