public class HttpMethodNotFinishedYetException extends HttpMethodException
Constructor and Description |
---|
HttpMethodNotFinishedYetException(String msg)
Constructs an instance of
HttpMethodException with the specified detail message. |
HttpMethodNotFinishedYetException(String msg,
Throwable e) |
getMessage, getRequestId
getLocalizedMessage, toString
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public HttpMethodNotFinishedYetException(String msg)
HttpMethodException
with the specified detail message.msg
- the detail message.Copyright © 2014. All rights reserved.