public class KieRemoteWebServiceException extends WebServiceException
| Constructor and Description |
|---|
KieRemoteWebServiceException(String message)
Constructs a new exception with the specified detail
message.
|
KieRemoteWebServiceException(String message,
Throwable cause)
Constructs a new exception with the specified detail
message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KieRemoteWebServiceException(String message)
message - The detail message which is later
retrieved using the getMessage methodpublic KieRemoteWebServiceException(String message, Throwable cause)
message - The detail message which is later retrieved
using the getMessage methodcause - The cause which is saved for the later
retrieval throw by the getCause methodCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.