Class ViewNotFoundException

All Implemented Interfaces:
Serializable

public class ViewNotFoundException extends InstanceNotFoundException
Exception returned when a view does not exist in the Virtual DataPort server.
Since:
5.0
See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      For interoperability with possible future changes.
      See Also:
  • Constructor Details

    • ViewNotFoundException

      public ViewNotFoundException(Object key, Class<?> clazz)
      Parameters:
      key -
      clazz -
    • ViewNotFoundException

      public ViewNotFoundException(Object key, String className)
      Parameters:
      key -
      className -