Class JaloObjectNoLongerValidException

All Implemented Interfaces:
Serializable

public class JaloObjectNoLongerValidException extends JaloSystemException
Thrown when you tried to access a Jalo Object with no longer physically exists.
See Also:
  • Constructor Details

    • JaloObjectNoLongerValidException

      public JaloObjectNoLongerValidException(PK pk, Exception exception, String message, int vendorCode)
    • JaloObjectNoLongerValidException

      public JaloObjectNoLongerValidException(Item item, Exception exception, String message, int vendorCode)
  • Method Details