Class ItemNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class ItemNotFoundException
    extends CakeException
    The requested item was not found in list/collection. CAKE III - Extension.
    Author:
    Alexander Stromer

    Changelog: Alexander Stromer; 27.2.2011: Necessety implementing the UML-classdiagram from Sebastian Goerg

    See Also:
    Serialized Form
    • Constructor Detail

      • ItemNotFoundException

        public ItemNotFoundException​(String component,
                                     String key,
                                     Object caller)