public class KieRemoteHttpRequestException extends RuntimeException
Constructor and Description |
---|
KieRemoteHttpRequestException(String msg)
Create a new
KieRemoteHttpRequestException with the given cause |
KieRemoteHttpRequestException(String msg,
Throwable cause)
Create a new
KieRemoteHttpRequestException 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, toString
public KieRemoteHttpRequestException(String msg, Throwable cause)
KieRemoteHttpRequestException
with the given causemsg
- cause
- public KieRemoteHttpRequestException(String msg)
KieRemoteHttpRequestException
with the given causemsg
- public IOException getCause()
IOException
that triggered this request exceptiongetCause
in class Throwable
IOException
causeCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.