Package org.smallmind.quorum.juggler
Class BlacklistEntry<R>
- java.lang.Object
-
- org.smallmind.quorum.juggler.BlacklistEntry<R>
-
public class BlacklistEntry<R> extends Object
-
-
Constructor Summary
Constructors Constructor Description BlacklistEntry(JugglingPin<R> jugglingPin, Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JugglingPin<R>getJugglingPin()ThrowablegetThrowable()
-
-
-
Constructor Detail
-
BlacklistEntry
public BlacklistEntry(JugglingPin<R> jugglingPin, Throwable throwable)
-
-
Method Detail
-
getJugglingPin
public JugglingPin<R> getJugglingPin()
-
getThrowable
public Throwable getThrowable()
-
-