public class UnprocessableEntityException extends ServiceException
| Constructor and Description |
|---|
UnprocessableEntityException(ErrorContent errorCode) |
UnprocessableEntityException(ErrorContent errorCode,
Throwable cause) |
UnprocessableEntityException(HttpURLConnection httpConn) |
UnprocessableEntityException(String message) |
UnprocessableEntityException(String message,
Throwable cause) |
UnprocessableEntityException(Throwable cause) |
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, toString, toXmlErrorMessage, toXmlErrorMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic UnprocessableEntityException(String message)
message - public UnprocessableEntityException(String message, Throwable cause)
message - cause - public UnprocessableEntityException(Throwable cause)
cause - public UnprocessableEntityException(HttpURLConnection httpConn) throws IOException
httpConn - IOExceptionpublic UnprocessableEntityException(ErrorContent errorCode)
errorCode - public UnprocessableEntityException(ErrorContent errorCode, Throwable cause)
errorCode - cause - Copyright © 2012. All Rights Reserved.