public class DuplicateInstanceException extends InstanceException
| Constructor and Description |
|---|
DuplicateInstanceException(java.lang.Object key,
java.lang.Class clazz)
Creates a DuplicateInstanceException specifying the key and the class
of the instance that already exists.
|
DuplicateInstanceException(java.lang.Object key,
java.lang.String className)
Creates a DuplicateInstanceException specifying the key and the class
name of the instance that already exists.
|
getClassName, getKeypublic DuplicateInstanceException(java.lang.Object key,
java.lang.String className)
key - the key of the instance that already exists.className - the class name of the instance that already exists.public DuplicateInstanceException(java.lang.Object key,
java.lang.Class clazz)
key - the key of the instance that already exists.clazz - the class of the instance that already exists.Copyright © 2024 Denodo Technologies. All rights reserved.