public class PartitionException extends RedisException
| Constructor and Description |
|---|
PartitionException(String msg)
Create a
PartitionException with the specified detail message. |
PartitionException(String msg,
Throwable cause)
Create a
PartitionException with the specified detail message and nested exception. |
PartitionException(Throwable cause)
Create a
PartitionException with the specified nested exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PartitionException(String msg)
PartitionException with the specified detail message.msg - the detail message.public PartitionException(String msg, Throwable cause)
PartitionException with the specified detail message and nested exception.msg - the detail message.cause - the nested exception.public PartitionException(Throwable cause)
PartitionException with the specified nested exception.cause - the nested exception.Copyright © 2020 lettuce.io. All rights reserved.