public class BadCommandException extends ProtocolException
Constructor and Description |
---|
BadCommandException()
Constructs an BadCommandException with no detail message.
|
BadCommandException(Response r)
Constructs an BadCommandException with the specified Response.
|
BadCommandException(java.lang.String s)
Constructs an BadCommandException with the specified detail message.
|
getResponse
public BadCommandException()
public BadCommandException(java.lang.String s)
s
- the detail messagepublic BadCommandException(Response r)
r
- the ResponseCopyright © 2010 - 2020 Adobe. All Rights Reserved