Class CommandCanceledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.gwt.user.client.CommandCanceledException
All Implemented Interfaces:
Serializable

public class CommandCanceledException extends RuntimeException
Exception reported to the current GWT.UncaughtExceptionHandler when a deferred Command is canceled as a result of a slow script warning.
See Also: