org.mmbase.bridge
Class AlreadyExistsException

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

public class AlreadyExistsException
extends BridgeException

This exception gets thrown when an attempt is made to create a transaction with a name that already exists

Since:
MMBase-1.6
Version:
$Id: AlreadyExistsException.java,v 1.3 2003/08/29 09:36:50 pierre Exp $
Author:
Pierre van Rooden
See Also:
Serialized Form

Constructor Summary
AlreadyExistsException()
           
AlreadyExistsException(java.lang.String message)
           
AlreadyExistsException(java.lang.String message, java.lang.Throwable cause)
           
AlreadyExistsException(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

AlreadyExistsException

public AlreadyExistsException()

AlreadyExistsException

public AlreadyExistsException(java.lang.String message)

AlreadyExistsException

public AlreadyExistsException(java.lang.Throwable cause)

AlreadyExistsException

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


MMBase build 1.7.1.20041002