org.sixdml.exceptions
Class IndexAlreadyExistsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.sixdml.exceptions.SixdmlException
|
+--org.sixdml.exceptions.IndexAlreadyExistsException
- All Implemented Interfaces:
- Serializable
- public class IndexAlreadyExistsException
- extends SixdmlException
IndexAlreadyExistsException.java
Thrown when an attempt is made to add an index to a collection when one with the
same name already exists in that collection.
Created: Fri Jan 11 00:44:31 2002
- Version:
- 1.0
- Author:
- Dare Obasanjo
- See Also:
SixdmlCollection.addIndex(SixdmlIndex), Serialized Form
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
IndexAlreadyExistsException
public IndexAlreadyExistsException()
- Constructs a IndexAlreadyExistsException with no detail message.
IndexAlreadyExistsException
public IndexAlreadyExistsException(String message)
- Constructs a IndexAlreadyExistsException with the specified detail message.
IndexAlreadyExistsException
public IndexAlreadyExistsException(String message,
Throwable cause)
- Constructs a IndexAlreadyExistsException with the specified detail message and cause.
IndexAlreadyExistsException
public IndexAlreadyExistsException(Throwable cause)
- Constructs a IndexAlreadyExistsException with the specified cause.