public class InstanceNotFoundException extends InstanceException
| Constructor and Description |
|---|
InstanceNotFoundException(Object key,
Class clazz)
Creates an InstanceNotFoundException specifying the key and the class
of the instance that could not be found.
|
InstanceNotFoundException(Object key,
String className)
Creates an InstanceNotFoundException specifying the key and the class
name of the instance that could not be found.
|
getClassName, getKeyaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InstanceNotFoundException(Object key, 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(Object key, 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 © 2025 Denodo Technologies. All rights reserved.