public class CommandFailedException extends ProtocolException
response
Constructor and Description |
---|
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.
|
getResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CommandFailedException()
public CommandFailedException(String s)
s
- the detail messagepublic CommandFailedException(Response r)
r
- the Response.Copyright © 2016 JBoss by Red Hat. All rights reserved.