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, getRequestIdgetLocalizedMessage, toStringaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic HttpMethodNotFinishedYetException(String msg)
HttpMethodException with the specified detail message.msg - the detail message.Copyright © 2014. All rights reserved.