public final class

CodeDownloadException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.google.gwt.core.client.CodeDownloadException

Class Overview

Exception indicating an interruption while downloading resources.

Summary

Nested Classes
enum CodeDownloadException.Reason Reason codes for the interruption of code down load. 
Public Constructors
CodeDownloadException(String message, CodeDownloadException.Reason reason)
Public Methods
final CodeDownloadException.Reason getReason()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CodeDownloadException (String message, CodeDownloadException.Reason reason)

Public Methods

public final CodeDownloadException.Reason getReason ()