Class FeedException.FeedNotOldEnough

    • Constructor Summary

      Constructors 
      Constructor Description
      FeedNotOldEnough​(@NonNull Url url, @NonNull java.time.Instant feedPageLastModified, @NonNull java.time.Instant requestedLastModified)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      • Methods inherited from class java.lang.Throwable

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

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

      • FeedNotOldEnough

        public FeedNotOldEnough​(@NonNull
                                @NonNull Url url,
                                @NonNull
                                @NonNull java.time.Instant feedPageLastModified,
                                @NonNull
                                @NonNull java.time.Instant requestedLastModified)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object