org.mmbase.bridge
Class AlreadyExistsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.mmbase.bridge.BridgeException
|
+--org.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.2 2002/09/23 15:57:34 pierre Exp $
- Author:
- Pierre van Rooden
- See Also:
- Serialized Form
|
Constructor Summary |
AlreadyExistsException()
Constructs a AlreadyExistsException with null as its
message. |
AlreadyExistsException(java.lang.String message)
Constructs a AlreadyExistsException with the specified detail
message. |
AlreadyExistsException(java.lang.String message,
java.lang.Throwable cause)
Constructs a AlreadyExistsException with the detail
message of the original exception. |
AlreadyExistsException(java.lang.Throwable cause)
Constructs a AlreadyExistsException with the detail
message of the original exception. |
| 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 |
AlreadyExistsException
public AlreadyExistsException()
- Constructs a
AlreadyExistsException with null as its
message.
AlreadyExistsException
public AlreadyExistsException(java.lang.String message)
- Constructs a
AlreadyExistsException with the specified detail
message.
- Parameters:
message - a description of the error
AlreadyExistsException
public AlreadyExistsException(java.lang.Throwable cause)
- Constructs a
AlreadyExistsException with the detail
message of the original exception.
The cause can be retrieved with getCause().
- Parameters:
Throwable - the cause of the error
AlreadyExistsException
public AlreadyExistsException(java.lang.String message,
java.lang.Throwable cause)
- Constructs a
AlreadyExistsException with the detail
message of the original exception.
The cause can be retrieved with getCause().
- Parameters:
message - a description of the errorThrowable - the cause of the error
MMBase build 1.6.5.20030923