|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.gwtext.client.data.StoreLoadException
com.gwtext.client.data.HttpStoreLoadException
public class HttpStoreLoadException
An HTTP specific StoreLoadException
that is raised when using
the HttpProxy
.
StoreListener.onLoadException(Throwable)
,
Serialized FormConstructor Summary | |
---|---|
HttpStoreLoadException(int httpStatus,
java.lang.String message)
|
Method Summary | |
---|---|
int |
getHttpStatus()
Returns the http status code. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HttpStoreLoadException(int httpStatus, java.lang.String message)
Method Detail |
---|
public int getHttpStatus()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |