public class KieServerHttpRequestException extends RuntimeException
| Constructor and Description |
|---|
KieServerHttpRequestException(String msg)
Create a new
KieServerHttpRequestException with the given cause |
KieServerHttpRequestException(String msg,
Throwable cause)
Create a new
KieServerHttpRequestException with the given cause |
| Modifier and Type | Method and Description |
|---|---|
IOException |
getCause()
Get
IOException that triggered this request exception |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KieServerHttpRequestException(String msg, Throwable cause)
KieServerHttpRequestException with the given causemsg - cause - public KieServerHttpRequestException(String msg)
KieServerHttpRequestException with the given causemsg - public IOException getCause()
IOException that triggered this request exceptiongetCause in class ThrowableIOException causeCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.