public class UnprocessableEntityException extends ServiceException
Constructor and Description |
---|
UnprocessableEntityException(ErrorContent errorCode) |
UnprocessableEntityException(ErrorContent errorCode,
java.lang.Throwable cause) |
UnprocessableEntityException(java.net.HttpURLConnection httpConn) |
UnprocessableEntityException(java.lang.String message) |
UnprocessableEntityException(java.lang.String message,
java.lang.Throwable cause) |
UnprocessableEntityException(java.lang.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, toXmlErrorMessage
public UnprocessableEntityException(java.lang.String message)
message
- public UnprocessableEntityException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public UnprocessableEntityException(java.lang.Throwable cause)
cause
- public UnprocessableEntityException(java.net.HttpURLConnection httpConn) throws java.io.IOException
httpConn
- java.io.IOException
public UnprocessableEntityException(ErrorContent errorCode)
errorCode
- public UnprocessableEntityException(ErrorContent errorCode, java.lang.Throwable cause)
errorCode
- cause
-