Class JaloItemNotFoundException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<PK> getInvalidPKs()  
      void setInvalidPKs​(java.util.Set<PK> invalidPKs)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JaloItemNotFoundException

        public JaloItemNotFoundException​(java.lang.String message,
                                         int vendorCode)
        Constructor JaloItemNotFoundException
        Parameters:
        message -
        vendorCode -
      • JaloItemNotFoundException

        public JaloItemNotFoundException​(java.lang.Throwable nested,
                                         int vendorCode)
    • Method Detail

      • getInvalidPKs

        public java.util.Set<PK> getInvalidPKs()
      • setInvalidPKs

        public void setInvalidPKs​(java.util.Set<PK> invalidPKs)