Groovy Documentation

wslite.soap
[Groovy] Class SOAPFaultException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          wslite.http.HTTPClientException
              wslite.soap.SOAPClientException
                  wslite.soap.SOAPFaultException

class SOAPFaultException
extends SOAPClientException

Property Summary
SOAPResponse response

 
Constructor Summary
SOAPFaultException(SOAPResponse response)

 
Method Summary
 
Methods inherited from class HTTPClientException
getRequest, getResponse
 
Methods inherited from class java.lang.Exception
java.lang.Exception#printStackTrace(), java.lang.Exception#printStackTrace(java.io.PrintStream), java.lang.Exception#printStackTrace(java.io.PrintWriter), java.lang.Exception#fillInStackTrace(), java.lang.Exception#toString(), java.lang.Exception#getCause(), java.lang.Exception#getLocalizedMessage(), java.lang.Exception#getMessage(), java.lang.Exception#getStackTrace(), java.lang.Exception#initCause(java.lang.Throwable), java.lang.Exception#setStackTrace([Ljava.lang.StackTraceElement;), java.lang.Exception#hashCode(), java.lang.Exception#getClass(), java.lang.Exception#wait(long), java.lang.Exception#wait(long, int), java.lang.Exception#wait(), java.lang.Exception#equals(java.lang.Object), java.lang.Exception#notify(), java.lang.Exception#notifyAll()
 
Methods inherited from class java.lang.Throwable
java.lang.Throwable#printStackTrace(), java.lang.Throwable#printStackTrace(java.io.PrintStream), java.lang.Throwable#printStackTrace(java.io.PrintWriter), java.lang.Throwable#fillInStackTrace(), java.lang.Throwable#toString(), java.lang.Throwable#getCause(), java.lang.Throwable#getLocalizedMessage(), java.lang.Throwable#getMessage(), java.lang.Throwable#getStackTrace(), java.lang.Throwable#initCause(java.lang.Throwable), java.lang.Throwable#setStackTrace([Ljava.lang.StackTraceElement;), java.lang.Throwable#hashCode(), java.lang.Throwable#getClass(), java.lang.Throwable#wait(long), java.lang.Throwable#wait(long, int), java.lang.Throwable#wait(), java.lang.Throwable#equals(java.lang.Object), java.lang.Throwable#notify(), java.lang.Throwable#notifyAll()
 
Methods inherited from class java.lang.Object
java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString()
 

Property Detail

response

@Delegate
SOAPResponse response


 
Constructor Detail

SOAPFaultException

SOAPFaultException(SOAPResponse response)


 

Groovy Documentation