Class ItemsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lightstreamer.interfaces.metadata.ItemsException
All Implemented Interfaces:
Serializable

public class ItemsException extends Exception
Thrown by the getItems and getSchema methods in MetadataProvider if the supplied Item Group name (or Item List specification) is not recognized or cannot be resolved.
See Also:
  • Constructor Details

    • ItemsException

      public ItemsException(@Nullable String msg)
      Constructs an ItemsException with a supplied error message text.
      Parameters:
      msg - The detail message.