Class JaloItemNotFoundException

All Implemented Interfaces:
Serializable

public class JaloItemNotFoundException extends JaloSystemException
Thrown if an item could not be found. This exception is thrown e.g. from JaloSession.getItem( PK ) which will fail, if there is no item to the given PK.
See Also:
  • Constructor Details

    • JaloItemNotFoundException

      public JaloItemNotFoundException(String message, int vendorCode)
      Constructor JaloItemNotFoundException
      Parameters:
      message -
      vendorCode -
    • JaloItemNotFoundException

      public JaloItemNotFoundException(Throwable nested, int vendorCode)
  • Method Details

    • getInvalidPKs

      public Set<PK> getInvalidPKs()
    • setInvalidPKs

      public void setInvalidPKs(Set<PK> invalidPKs)