public class CommandFailedException extends ProtocolException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
response
Constructor and Description |
---|
CommandFailedException()
Constructs an CommandFailedException with no detail message.
|
CommandFailedException(Response r)
Constructs an CommandFailedException with the specified Response.
|
CommandFailedException(java.lang.String s)
Constructs an CommandFailedException with the specified detail message.
|
getResponse
private static final long serialVersionUID
public CommandFailedException()
public CommandFailedException(java.lang.String s)
s
- the detail messagepublic CommandFailedException(Response r)
r
- the Response.