home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1997 August
/
PCO0897.ISO
/
browser
/
tonline
/
ie32.exe
/
IEXPLORE.CAB
/
CLASSES.ZIP
/
sun
/
net
/
www
/
http
/
UnauthorizedHttpRequestException.class
(
.txt
)
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1996-10-01
|
473 b
|
15 lines
package sun.net.www.http;
import java.io.IOException;
import java.net.URL;
public class UnauthorizedHttpRequestException extends IOException {
public URL url;
public HttpClient http;
public UnauthorizedHttpRequestException(URL var1, HttpClient var2) {
this.url = var1;
this.http = var2;
}
}