Serializable
public class BadCommandException extends ProtocolException
response
Constructor | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BadCommandException()
public BadCommandException(String s)
s
- the detail messagepublic BadCommandException(Response r)
r
- the ResponseCopyright © 2018 Oracle. All rights reserved.