com.google.api.ads.common.lib.soap
Class SoapInvocationTargetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.reflect.InvocationTargetException
              extended by 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

Field Summary
 SoapCallReturn soapCallReturn
           
 
Constructor Summary
SoapInvocationTargetException(SoapCallReturn soapCallReturn, Throwable target)
          Constructor.
 
Method Summary
 SoapCallReturn getSoapCallReturn()
          Returns the SOAP call return.
 
Methods inherited from class java.lang.reflect.InvocationTargetException
getCause, getTargetException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

soapCallReturn

public SoapCallReturn soapCallReturn
Constructor Detail

SoapInvocationTargetException

public SoapInvocationTargetException(SoapCallReturn soapCallReturn,
                                     Throwable target)
Constructor.

Parameters:
soapCallReturn - the SOAP call return
target - the target cause of the exception
Method Detail

getSoapCallReturn

public SoapCallReturn getSoapCallReturn()
Returns the SOAP call return.



Copyright © 2012. All Rights Reserved.