Class MaxItemsException

  • All Implemented Interfaces:
    Serializable

    public class MaxItemsException
    extends FrameworkException
    Exception thrown when attempting to create a new data but the maximum allowed items has already reached
    See Also:
    Serialized Form
    • Constructor Detail

      • MaxItemsException

        public MaxItemsException()
      • MaxItemsException

        public MaxItemsException​(int maxItems)
      • MaxItemsException

        public MaxItemsException​(String message,
                                 int maxItems)
    • Method Detail

      • getMaxItems

        public int getMaxItems()
      • setMaxItems

        public void setMaxItems​(int maxItems)