Class ItemsException

All Implemented Interfaces:
Serializable

public class ItemsException extends MetadataException
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.