Class BusinessObjectNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class BusinessObjectNotFoundException
    extends InventoryException
    Thrown if you're trying to access to a non existing object
    Author:
    Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
    See Also:
    Serialized Form
    • Constructor Detail

      • BusinessObjectNotFoundException

        public BusinessObjectNotFoundException​(String objectClass,
                                               String oid)
      • BusinessObjectNotFoundException

        public BusinessObjectNotFoundException​(String message)