public class CommandCreationException extends RedisException
CommandMethod.| Constructor and Description |
|---|
CommandCreationException(CommandMethod commandMethod,
String msg)
Create a new
CommandCreationException given CommandMethod and a message. |
| Modifier and Type | Method and Description |
|---|---|
CommandMethod |
getCommandMethod() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandCreationException(CommandMethod commandMethod, String msg)
CommandCreationException given CommandMethod and a message.commandMethod - must not be null.msg - must not be null.public CommandMethod getCommandMethod()
CommandMethod.Copyright © 2021 lettuce.io. All rights reserved.