com.google.gdata.util
Class ServiceConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gdata.util.ServiceException
com.google.gdata.util.ServiceConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
public class ServiceConfigurationException
- extends ServiceException
The ServiceConfigurationException should be thrown if a GData server
or client configuration is not valid.
- See Also:
- Serialized Form
Methods inherited from class com.google.gdata.util.ServiceException |
addSibling, getCodeName, getDebugInfo, getDomainName, getExtendedHelp, getHttpErrorCodeOverride, getHttpHeaders, getInternalReason, getLocation, getLocationType, getMessage, getResponseBody, getResponseContentType, getSendReport, getSiblings, matches, matchesAny, setCode, setDebugInfo, setDomain, setExtendedHelp, setHeaderLocation, setHttpErrorCodeOverride, setInternalReason, setLocation, setResponse, setResponseBody, setResponseContentType, setSendReport, setXpathLocation, toString, toXmlErrorMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServiceConfigurationException
public ServiceConfigurationException(java.lang.String message)
ServiceConfigurationException
public ServiceConfigurationException(java.lang.String message,
java.lang.Throwable cause)
ServiceConfigurationException
public ServiceConfigurationException(java.lang.Throwable cause)
ServiceConfigurationException
public ServiceConfigurationException(ErrorDomain.ErrorCode errorCode)
ServiceConfigurationException
public ServiceConfigurationException(ErrorDomain.ErrorCode errorCode,
java.lang.Throwable cause)