org.mmbase.bridge
Class BridgeException

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

public class BridgeException
extends RuntimeException

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

Version:
$Id: BridgeException.java 34936 2009-05-04 14:41:51Z michiel $
Author:
Pierre van Rooden
See Also:
Serialized Form

Constructor Summary
BridgeException()
           
BridgeException(String message)
           
BridgeException(String message, Throwable cause)
           
BridgeException(Throwable cause)
           
 
Method Summary
 
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(String message)

BridgeException

public BridgeException(Throwable cause)

BridgeException

public BridgeException(String message,
                       Throwable cause)


MMBase 2.0-SNAPSHOT - null