Class ViewNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.denodo.util.exceptions.ModelException
com.denodo.util.exceptions.InstanceException
com.denodo.util.exceptions.InstanceNotFoundException
com.denodo.scheduler.client.commons.exceptions.ViewNotFoundException
- All Implemented Interfaces:
Serializable
Exception returned when a view does not exist in the Virtual DataPort server.
- Since:
- 5.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final longFor interoperability with possible future changes. -
Constructor Summary
ConstructorsConstructorDescriptionViewNotFoundException(Object key, Class<?> clazz) ViewNotFoundException(Object key, String className) -
Method Summary
Methods inherited from class com.denodo.util.exceptions.InstanceException
getClassName, getKeyMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDFor interoperability with possible future changes.- See Also:
-
-
Constructor Details
-
ViewNotFoundException
- Parameters:
key-clazz-
-
ViewNotFoundException
- Parameters:
key-className-
-