public final class ClosedPartitionException
extends java.lang.IllegalStateException
Constructor and Description |
---|
ClosedPartitionException(PartitionAttributes partitionSelector,
java.lang.String msg)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
PartitionAttributes |
getPartitionSelector()
Get the
PartitionAttributes that was used to select the partition. |
public ClosedPartitionException(PartitionAttributes partitionSelector, java.lang.String msg)
partitionSelector
- The PartitionAttributes
that selected the partition.msg
- The descriptive message.public PartitionAttributes getPartitionSelector()
PartitionAttributes
that was used to select the partition.PartitionAttributes
that was used to select the partition.