public class CommandFailedException extends ProtocolException
response| 构造器和说明 |
|---|
CommandFailedException()
Constructs an CommandFailedException with no detail message.
|
CommandFailedException(Response r)
Constructs an CommandFailedException with the specified Response.
|
CommandFailedException(String s)
Constructs an CommandFailedException with the specified detail message.
|
getResponsepublic CommandFailedException()
public CommandFailedException(String s)
s - the detail messagepublic CommandFailedException(Response r)
r - the Response.Copyright © 2021 Oracle. All rights reserved.