Package com.google.gwt.core.client
Class CodeDownloadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.gwt.core.client.CodeDownloadException
- All Implemented Interfaces:
Serializable
Exception indicating an interruption while downloading resources.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Reason codes for the interruption of code down load. -
Constructor Summary
ConstructorDescriptionCodeDownloadException
(String message) CodeDownloadException
(String message, CodeDownloadException.Reason reason) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CodeDownloadException
-
CodeDownloadException
-
-
Method Details
-
getReason
-