public class InstanceNotFoundException extends InstanceException
| Constructor and Description |
|---|
InstanceNotFoundException(java.lang.Object key,
java.lang.Class clazz)
Creates an InstanceNotFoundException specifying the key and the class
of the instance that could not be found.
|
InstanceNotFoundException(java.lang.Object key,
java.lang.String className)
Creates an InstanceNotFoundException specifying the key and the class
name of the instance that could not be found.
|
getClassName, getKeypublic InstanceNotFoundException(java.lang.Object key,
java.lang.String className)
key - the key of the instance that could not be found.className - the class name of the instance that could not be found.public InstanceNotFoundException(java.lang.Object key,
java.lang.Class clazz)
key - the key of the instance that could not be found.clazz - the class of the instance that could not be found.Copyright © 2024 Denodo Technologies. All rights reserved.