com.google.gdata.util
Class EntityTooLargeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.gdata.util.ServiceException
com.google.gdata.util.EntityTooLargeException
- All Implemented Interfaces:
- java.io.Serializable
public class EntityTooLargeException
- extends ServiceException
The EntityTooLargeException should be thrown by a service provider
when its refusing to process a request because request entity is larger
than service provider is willing to process.
- See Also:
- Serialized Form
Methods inherited from class com.google.gdata.util.ServiceException |
addSibling, getCodeName, getDebugInfo, getDomainName, getExtendedHelp, getHttpErrorCodeOverride, getHttpHeaders, getInternalReason, getLocation, getLocationType, getMessage, getResponseBody, getResponseContentType, getSendReport, getSiblings, matches, matchesAny, setCode, setDebugInfo, setDomain, setExtendedHelp, setHeaderLocation, setHttpErrorCodeOverride, setInternalReason, setLocation, setResponse, setResponseBody, setResponseContentType, setSendReport, setXpathLocation, toString, toXmlErrorMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EntityTooLargeException
public EntityTooLargeException(java.lang.String message)
EntityTooLargeException
public EntityTooLargeException(java.lang.String message,
java.lang.Throwable cause)
EntityTooLargeException
public EntityTooLargeException(java.lang.Throwable cause)
EntityTooLargeException
public EntityTooLargeException(java.net.HttpURLConnection httpConn)
throws java.io.IOException
- Throws:
java.io.IOException
EntityTooLargeException
public EntityTooLargeException(ErrorDomain.ErrorCode errorCode)
EntityTooLargeException
public EntityTooLargeException(ErrorDomain.ErrorCode errorCode,
java.lang.Throwable cause)