com.gwtext.client.data
Class StoreLoadException

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

public class StoreLoadException
extends java.lang.Exception

Exception raised when loading data into a Store.

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

Constructor Summary
StoreLoadException(java.lang.String message)
           
 
Method Summary
 
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

StoreLoadException

public StoreLoadException(java.lang.String message)