Package io.datareplication.consumer.feed
Class FeedException.ContentIdNotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.datareplication.consumer.ConsumerException
-
- io.datareplication.consumer.feed.FeedException
-
- io.datareplication.consumer.feed.FeedException.ContentIdNotFound
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- FeedException
public static final class FeedException.ContentIdNotFound extends FeedException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.datareplication.consumer.feed.FeedException
FeedException.ContentIdNotFound, FeedException.FeedNotOldEnough
-
Nested classes/interfaces inherited from class io.datareplication.consumer.ConsumerException
ConsumerException.CollectedErrors
-
-
Constructor Summary
Constructors Constructor Description ContentIdNotFound(StartFrom.ContentId startFrom, @NonNull Url url, @NonNull java.time.Instant entityLastModified)
-
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()
-
-
-
Constructor Detail
-
ContentIdNotFound
public ContentIdNotFound(@NonNull StartFrom.ContentId startFrom, @NonNull @NonNull Url url, @NonNull @NonNull java.time.Instant entityLastModified)
-
-