Class EJBItemNotFoundException

All Implemented Interfaces:
Serializable

public class EJBItemNotFoundException extends JaloBusinessException
This extension is thrown, if a Item cannot be found.

This happens for example in getXYItem( String pk ) methods which returns an item by a given pk.

See Also:
  • Constructor Details

    • EJBItemNotFoundException

      public EJBItemNotFoundException(Throwable throwable, String message, int vendorCode)
  • Method Details

    • getInvalidPKs

      public Set<PK> getInvalidPKs()
    • setInvalidPKs

      public void setInvalidPKs(Set<PK> invalidPKs)