public class RequestPermissionException extends RequestException
RequestBuilder
attempts to make a request
to a URL which violates the Same-Origin Security
Policy.
com.google.gwt.http.HTTP
.
<module> <!-- other inherited modules, such as com.google.gwt.user.User --> <inherits name="com.google.gwt.http.HTTP"/> <!-- additional module settings --> </module>
Constructor and Description |
---|
RequestPermissionException(java.lang.String url)
Constructs an instance of this class for the given URL.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getURL()
Returns the URL which we cannot access.
|