public class BadCommandException extends ProtocolException
response| Constructor and Description | 
|---|
| BadCommandException()Constructs an BadCommandException with no detail message. | 
| BadCommandException(Response r)Constructs an BadCommandException with the specified Response. | 
| BadCommandException(String s)Constructs an BadCommandException with the specified detail message. | 
getResponseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadCommandException()
public BadCommandException(String s)
s - the detail messagepublic BadCommandException(Response r)
r - the ResponseCopyright © 2017 JBoss by Red Hat. All rights reserved.