com.gwtext.client.data
Class HttpStoreLoadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gwtext.client.data.StoreLoadException
              extended by com.gwtext.client.data.HttpStoreLoadException
All Implemented Interfaces:
java.io.Serializable

public class HttpStoreLoadException
extends StoreLoadException

An HTTP specific StoreLoadException that is raised when using the HttpProxy.

See Also:
StoreListener.onLoadException(Throwable), Serialized Form

Constructor 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

HttpStoreLoadException

public HttpStoreLoadException(int httpStatus,
                              java.lang.String message)
Method Detail

getHttpStatus

public int getHttpStatus()
Returns the http status code.

Returns:
http status code