public class SoapInvocationTargetException extends InvocationTargetException
InvocationTargetException that occurred in the SOAP layer.| Modifier and Type | Field and Description |
|---|---|
SoapCallReturn |
soapCallReturn |
| Constructor and Description |
|---|
SoapInvocationTargetException(SoapCallReturn soapCallReturn,
Throwable target)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SoapCallReturn |
getSoapCallReturn()
Returns the SOAP call return.
|
getCause, getTargetExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SoapCallReturn soapCallReturn
public SoapInvocationTargetException(SoapCallReturn soapCallReturn, Throwable target)
soapCallReturn - the SOAP call returntarget - the target cause of the exceptionpublic SoapCallReturn getSoapCallReturn()
Copyright © 2015. All Rights Reserved.