java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.lettuce.core.RedisException
io.lettuce.core.cluster.PartitionException
io.lettuce.core.cluster.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 Summary
Constructors Constructor Description UnknownPartitionException(String msg)Create aUnknownPartitionExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownPartitionException
Create aUnknownPartitionExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-