Class ItemTypeNotFoundException

All Implemented Interfaces:
Serializable

public class ItemTypeNotFoundException extends StructureRuntimeException
This exception is thrown if the application code expects an Item Type with a specific ID to be present, but it isn't registered in the system.
See Also:
  • Constructor Details

    • ItemTypeNotFoundException

      public ItemTypeNotFoundException(int id)