Package com.google.gwt.jsonp.client
Class TimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.gwt.jsonp.client.TimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class TimeoutException extends java.lang.Exception
Exception sent when a JSONP calls expires the timeout.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeoutException()
TimeoutException(java.lang.String s)
-