public class

RequestException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.gwt.http.client.RequestException
Known Direct Subclasses

Class Overview

RequestException is the superclass for the HTTP request related exceptions.

Required Module

Modules that use this class should inherit com.google.gwt.http.HTTP. {@gwt.include com/google/gwt/examples/http/InheritsExample.gwt.xml}

Summary

Public Constructors
RequestException()
RequestException(String message)
RequestException(Throwable cause)
RequestException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public RequestException ()

public RequestException (String message)

public RequestException (Throwable cause)

public RequestException (String message, Throwable cause)