com.google.soap.search
Class GoogleSearchFault

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.google.soap.search.GoogleSearchFault
All Implemented Interfaces:
java.io.Serializable

public class GoogleSearchFault
extends java.lang.Exception

GoogleSearchFault is an exception that encapsulates various errors that can occur when a Google API call is made.

See Also:
GoogleSearch, Serialized Form

Constructor Summary
GoogleSearchFault()
           
GoogleSearchFault(java.lang.String s)
           
GoogleSearchFault(java.lang.String s, java.lang.Throwable t)
           
GoogleSearchFault(java.lang.Throwable t)
           
 
Method Summary
 java.lang.Throwable getCause()
          Returns the underlying exception that caused this search fault, or null if no cause exception is available.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GoogleSearchFault

public GoogleSearchFault()

GoogleSearchFault

public GoogleSearchFault(java.lang.String s)

GoogleSearchFault

public GoogleSearchFault(java.lang.Throwable t)

GoogleSearchFault

public GoogleSearchFault(java.lang.String s,
                         java.lang.Throwable t)
Method Detail

getCause

public java.lang.Throwable getCause()
Returns the underlying exception that caused this search fault, or null if no cause exception is available.