Class ObjectNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable, ExceptionInfo

    public class ObjectNotFoundException
    extends StoreException
    Exception type reserved for failed object lookups.
    Author:
    Abe White
    See Also:
    Serialized Form
    • Constructor Detail

      • ObjectNotFoundException

        public ObjectNotFoundException​(java.lang.Object failed)
      • ObjectNotFoundException

        public ObjectNotFoundException​(java.util.Collection failed,
                                       java.lang.Throwable[] nested)