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