Class ItemCountException

  • All Implemented Interfaces:
    Serializable

    public class ItemCountException
    extends Exception
    Exception type to handle item count specific problems
    Author:
    Richard Jones
    See Also:
    Serialized Form
    • Constructor Detail

      • ItemCountException

        public ItemCountException()
      • ItemCountException

        public ItemCountException​(String message)
      • ItemCountException

        public ItemCountException​(Throwable cause)
      • ItemCountException

        public ItemCountException​(String message,
                                  Throwable cause)