Module lettuce.core

Class UnknownPartitionException

All Implemented Interfaces:
Serializable

public class UnknownPartitionException
extends PartitionException
Exception thrown when an unknown partition is requested.
Since:
5.1
Author:
Mark Paluch
See Also:
Serialized Form
  • Constructor Details

    • UnknownPartitionException

      public UnknownPartitionException​(String msg)
      Create a UnknownPartitionException with the specified detail message.
      Parameters:
      msg - the detail message.