public class AppsForYourDomainException extends ServiceException
Modifier and Type | Field and Description |
---|---|
protected AppsForYourDomainErrorCode |
errorCode |
protected static javax.xml.parsers.DocumentBuilderFactory |
factory |
protected java.lang.String |
invalidInput |
Constructor and Description |
---|
AppsForYourDomainException() |
AppsForYourDomainException(AppsForYourDomainErrorCode errorCode) |
AppsForYourDomainException(AppsForYourDomainErrorCode errorCode,
java.lang.String invalidInput) |
AppsForYourDomainException(AppsForYourDomainErrorCode errorCode,
java.lang.String invalidInput,
int httpReturnCode) |
Modifier and Type | Method and Description |
---|---|
AppsForYourDomainErrorCode |
getErrorCode() |
java.lang.String |
getInvalidInput() |
static AppsForYourDomainException |
narrow(ServiceException se)
This is a helper method for Clients to use to obtain specific information
regarding a ServiceException.
|
java.lang.String |
toString() |
addSibling, getCodeName, getDebugInfo, getDomainName, getExtendedHelp, getHttpErrorCodeOverride, getHttpHeader, getHttpHeaders, getInternalReason, getLocation, getLocationType, getMessage, getOAuthProxyResponse, getResponseBody, getResponseContentType, getSendReport, getSiblings, hasOAuthProxyResponse, initCause, matches, matchesAny, setCode, setDebugInfo, setDomain, setExtendedHelp, setHeaderLocation, setHttpErrorCodeOverride, setInternalReason, setLocation, setResponse, setResponseBody, setResponseContentType, setSendReport, setXpathLocation, toXmlErrorMessage, toXmlErrorMessage
protected AppsForYourDomainErrorCode errorCode
protected java.lang.String invalidInput
protected static javax.xml.parsers.DocumentBuilderFactory factory
public AppsForYourDomainException(AppsForYourDomainErrorCode errorCode, java.lang.String invalidInput, int httpReturnCode)
public AppsForYourDomainException(AppsForYourDomainErrorCode errorCode, java.lang.String invalidInput)
public AppsForYourDomainException(AppsForYourDomainErrorCode errorCode)
public AppsForYourDomainException()
public AppsForYourDomainErrorCode getErrorCode()
public java.lang.String getInvalidInput()
public java.lang.String toString()
toString
in class ServiceException
public static AppsForYourDomainException narrow(ServiceException se)