Constructors Summary |
---|
public CommandFailedException()Constructs an CommandFailedException with no detail message.
super();
|
public CommandFailedException(String s)Constructs an CommandFailedException with the specified detail message.
super(s);
|
public CommandFailedException(Response r)Constructs an CommandFailedException with the specified Response.
super(r);
|