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