public class PartitionSelectorException extends PartitionException
| Constructor and Description |
|---|
PartitionSelectorException(String msg,
Partitions partitions)
Create a
UnknownPartitionException with the specified detail message. |
| Modifier and Type | Method and Description |
|---|---|
Partitions |
getPartitions() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PartitionSelectorException(String msg, Partitions partitions)
UnknownPartitionException with the specified detail message.msg - the detail message.partitions - read-only view of the current topology view.public Partitions getPartitions()
Copyright © 2019 lettuce.io. All rights reserved.