com.google.api.ads.common.lib.soap
Class SoapInvocationTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.reflect.InvocationTargetException
com.google.api.ads.common.lib.soap.SoapInvocationTargetException
- All Implemented Interfaces:
- Serializable
public class SoapInvocationTargetException
- extends InvocationTargetException
A InvocationTargetException that occurred in the SOAP layer.
- Author:
- Adam Rogal
- See Also:
- Serialized Form
soapCallReturn
public SoapCallReturn soapCallReturn
SoapInvocationTargetException
public SoapInvocationTargetException(SoapCallReturn soapCallReturn,
Throwable target)
- Constructor.
- Parameters:
soapCallReturn - the SOAP call returntarget - the target cause of the exception
getSoapCallReturn
public SoapCallReturn getSoapCallReturn()
- Returns the SOAP call return.
Copyright © 2012. All Rights Reserved.