Package io.datareplication.consumer
Class ConsumerException.CollectedErrors
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.datareplication.consumer.ConsumerException
-
- io.datareplication.consumer.ConsumerException.CollectedErrors
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ConsumerException
public static final class ConsumerException.CollectedErrors extends ConsumerException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.datareplication.consumer.ConsumerException
ConsumerException.CollectedErrors
-
-
Constructor Summary
Constructors Constructor Description CollectedErrors(@NonNull java.util.List<@NonNull java.lang.Throwable> exceptions)
-
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)
@NonNull java.util.List<@NonNull java.lang.Throwable>
exceptions()
int
hashCode()
-
-
-
Method Detail
-
exceptions
@NonNull public @NonNull java.util.List<@NonNull java.lang.Throwable> exceptions()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-