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

public class BridgeException
extends java.lang.RuntimeException

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

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 2001