public class AppsForYourDomainException extends ServiceException
| Modifier and Type | Field and Description |
|---|---|
protected AppsForYourDomainErrorCode |
errorCode |
protected static DocumentBuilderFactory |
factory |
protected String |
invalidInput |
| Constructor and Description |
|---|
AppsForYourDomainException() |
AppsForYourDomainException(AppsForYourDomainErrorCode errorCode) |
AppsForYourDomainException(AppsForYourDomainErrorCode errorCode,
String invalidInput) |
AppsForYourDomainException(AppsForYourDomainErrorCode errorCode,
String invalidInput,
int httpReturnCode) |
| Modifier and Type | Method and Description |
|---|---|
AppsForYourDomainErrorCode |
getErrorCode() |
String |
getInvalidInput() |
static AppsForYourDomainException |
narrow(ServiceException se)
This is a helper method for Clients to use to obtain specific information
regarding a ServiceException.
|
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, toXmlErrorMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTraceprotected AppsForYourDomainErrorCode errorCode
protected String invalidInput
protected static DocumentBuilderFactory factory
public AppsForYourDomainException(AppsForYourDomainErrorCode errorCode, String invalidInput, int httpReturnCode)
public AppsForYourDomainException(AppsForYourDomainErrorCode errorCode, String invalidInput)
public AppsForYourDomainException(AppsForYourDomainErrorCode errorCode)
public AppsForYourDomainException()
public AppsForYourDomainErrorCode getErrorCode()
public String getInvalidInput()
public String toString()
toString in class ServiceExceptionpublic static AppsForYourDomainException narrow(ServiceException se)
Copyright © 2012. All Rights Reserved.