Class COM.odi.util.DuplicateKeyException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----java.lang.IllegalArgumentException
|
+----COM.odi.util.DuplicateKeyException
- public class DuplicateKeyException
- extends IllegalArgumentException
This exception is thrown when an attempt is made to insert a duplicate
key into an index that was specified as not allowing duplicate keys.
Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.