org.mmbase.bridge
Class BridgeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.mmbase.bridge.BridgeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlreadyExistsException, NotFoundException

public class BridgeException
extends java.lang.RuntimeException

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

Version:
$Id: BridgeException.java,v 1.14 2003/08/29 09:36:50 pierre Exp $
Author:
Pierre van Rooden
See Also:
Serialized Form

Constructor Summary
BridgeException()
           
BridgeException(java.lang.String message)
           
BridgeException(java.lang.String message, java.lang.Throwable cause)
           
BridgeException(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BridgeException

public BridgeException()

BridgeException

public BridgeException(java.lang.String message)

BridgeException

public BridgeException(java.lang.Throwable cause)

BridgeException

public BridgeException(java.lang.String message,
                       java.lang.Throwable cause)


MMBase build 1.7.1.20041002