public class HttpEntityProcessingException extends RuntimeException
| Constructor and Description |
|---|
HttpEntityProcessingException(String message)
Constructor with error message
|
HttpEntityProcessingException(String message,
Throwable cause)
Constructor with error message and nested exception
|
HttpEntityProcessingException(Throwable cause)
Constructor with nested exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpEntityProcessingException(String message)
message - Error messagepublic HttpEntityProcessingException(Throwable cause)
cause - Nested exceptionCopyright © 2019 The Holon Platform. All rights reserved.