org.sixdml.exceptions
Class UnsupportedIndexTypeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.sixdml.exceptions.SixdmlException
|
+--org.sixdml.exceptions.UnsupportedIndexTypeException
- All Implemented Interfaces:
- Serializable
- public class UnsupportedIndexTypeException
- extends SixdmlException
UnsupportedIndexTypeException.java
Thrown when an attempt is made to add an index to a collection in a database
that does not support that type of index.
Created: Fri Jan 11 00:40:46 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 |
UnsupportedIndexTypeException
public UnsupportedIndexTypeException()
- Constructs a UnsupportedIndexTypeException with no detail message.
UnsupportedIndexTypeException
public UnsupportedIndexTypeException(String message)
- Constructs a UnsupportedIndexTypeException with the specified detail message.
UnsupportedIndexTypeException
public UnsupportedIndexTypeException(String message,
Throwable cause)
- Constructs a UnsupportedIndexTypeException with the specified detail message and cause.
UnsupportedIndexTypeException
public UnsupportedIndexTypeException(Throwable cause)
- Constructs a UnsupportedIndexTypeException with the specified cause.