home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2004 December
/
PCpro_2004_12.ISO
/
files
/
webserver
/
xampp
/
xampp-tomcat-addon-1.4.9-installer.exe
/
jsp-api.jar
/
javax
/
servlet
/
jsp
/
SkipPageException.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
|
2004-08-28
|
762 b
|
19 lines
package javax.servlet.jsp;
public class SkipPageException extends JspException {
public SkipPageException() {
}
public SkipPageException(String message) {
super(message);
}
public SkipPageException(String message, Throwable rootCause) {
super(message, rootCause);
}
public SkipPageException(Throwable rootCause) {
super(rootCause);
}
}