|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.microsoft.tfs.core.httpclient.HttpException
com.microsoft.tfs.core.httpclient.HttpContentTooLargeException
public class HttpContentTooLargeException
Signals that the response content was larger than anticipated.
Constructor Summary | |
---|---|
HttpContentTooLargeException(java.lang.String message,
int maxlen)
|
Method Summary | |
---|---|
int |
getMaxLength()
|
Methods inherited from class com.microsoft.tfs.core.httpclient.HttpException |
---|
getCause, getReason, getReasonCode, printStackTrace, printStackTrace, printStackTrace, setReason, setReasonCode |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HttpContentTooLargeException(java.lang.String message, int maxlen)
Method Detail |
---|
public int getMaxLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |