org.mmbase.bridge
Class AlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mmbase.bridge.BridgeException
                  extended by org.mmbase.bridge.AlreadyExistsException
All Implemented Interfaces:
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 34936 2009-05-04 14:41:51Z michiel $
Author:
Pierre van Rooden
See Also:
Serialized Form

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

AlreadyExistsException

public AlreadyExistsException()

AlreadyExistsException

public AlreadyExistsException(String message)

AlreadyExistsException

public AlreadyExistsException(Throwable cause)

AlreadyExistsException

public AlreadyExistsException(String message,
                              Throwable cause)


MMBase 2.0-SNAPSHOT - null