Class EJBItemNotFoundException

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

      Constructors 
      Constructor Description
      EJBItemNotFoundException​(java.lang.Throwable throwable, java.lang.String message, int vendorCode)  
    • 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

      • EJBItemNotFoundException

        public EJBItemNotFoundException​(java.lang.Throwable throwable,
                                        java.lang.String message,
                                        int vendorCode)
    • Method Detail

      • getInvalidPKs

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

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