Removing uneeded file.
[and.git] / PC^2 / pc2 / doc / pc2ex / pc2 / ex / ServerAccessException.html
blob1d721544a4408c544fdbd65c507dfab666cc34dc
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by javadoc on Wed Jul 09 10:18:17 PDT 2003 -->
6 <TITLE>
7 PC^2: Class ServerAccessException
8 </TITLE>
9 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
10 </HEAD>
11 <BODY BGCOLOR="white">
13 <!-- ========== START OF NAVBAR ========== -->
14 <A NAME="navbar_top"><!-- --></A>
15 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
16 <TR>
17 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
18 <A NAME="navbar_top_firstrow"><!-- --></A>
19 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
20 <TR ALIGN="center" VALIGN="top">
21 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
22 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
23 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
24 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
25 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
26 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
27 </TR>
28 </TABLE>
29 </TD>
30 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
31 Questions? <A HREf=mailto:pc2@ecs.csus.edu>Send mail to PC<sup>2</sup></a></EM>
32 </TD>
33 </TR>
35 <TR>
36 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
37 &nbsp;PREV CLASS&nbsp;
38 &nbsp;NEXT CLASS</FONT></TD>
39 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
40 <A HREF="../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
41 &nbsp;<A HREF="ServerAccessException.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
42 </TR>
43 <TR>
44 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
45 SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD>
46 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
47 DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
48 </TR>
49 </TABLE>
50 <!-- =========== END OF NAVBAR =========== -->
52 <HR>
53 <!-- ======== START OF CLASS DATA ======== -->
54 <H2>
55 <FONT SIZE="-1">
56 pc2.ex</FONT>
57 <BR>
58 Class ServerAccessException</H2>
59 <PRE>
60 java.lang.Object
62 +--java.lang.Throwable
64 +--java.lang.Exception
66 +--<B>pc2.ex.ServerAccessException</B>
67 </PRE>
68 <DL>
69 <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD>
70 </DL>
71 <HR>
72 <DL>
73 <DT>public class <B>ServerAccessException</B><DT>extends java.lang.Exception</DL>
75 <P>
76 Exception when a Client attempts to invoke a
77 server method when it does not have permission
78 to use that method.
79 <P>
80 <DL>
81 <DT><B>See Also: </B><DD><A HREF="../../serialized-form.html#pc2.ex.ServerAccessException">Serialized Form</A></DL>
82 <HR>
84 <P>
85 <!-- ======== INNER CLASS SUMMARY ======== -->
88 <!-- =========== FIELD SUMMARY =========== -->
91 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
93 <A NAME="constructor_summary"><!-- --></A>
94 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
95 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
96 <TD COLSPAN=2><FONT SIZE="+2">
97 <B>Constructor Summary</B></FONT></TD>
98 </TR>
99 <TR BGCOLOR="white" CLASS="TableRowColor">
100 <TD><CODE><B><A HREF="../../pc2/ex/ServerAccessException.html#ServerAccessException()">ServerAccessException</A></B>()</CODE>
102 <BR>
103 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ServerAccessException constructor comment.</TD>
104 </TR>
105 <TR BGCOLOR="white" CLASS="TableRowColor">
106 <TD><CODE><B><A HREF="../../pc2/ex/ServerAccessException.html#ServerAccessException(java.lang.String)">ServerAccessException</A></B>(java.lang.String&nbsp;s)</CODE>
108 <BR>
109 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ServerAccessException constructor comment.</TD>
110 </TR>
111 </TABLE>
112 &nbsp;
113 <!-- ========== METHOD SUMMARY =========== -->
115 <A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
116 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
117 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
118 <TD><B>Methods inherited from class java.lang.Throwable</B></TD>
119 </TR>
120 <TR BGCOLOR="white" CLASS="TableRowColor">
121 <TD><CODE>fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString</CODE></TD>
122 </TR>
123 </TABLE>
124 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
125 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
126 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
127 <TD><B>Methods inherited from class java.lang.Object</B></TD>
128 </TR>
129 <TR BGCOLOR="white" CLASS="TableRowColor">
130 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
131 </TR>
132 </TABLE>
133 &nbsp;
136 <!-- ============ FIELD DETAIL =========== -->
139 <!-- ========= CONSTRUCTOR DETAIL ======== -->
141 <A NAME="constructor_detail"><!-- --></A>
142 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
143 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
144 <TD COLSPAN=1><FONT SIZE="+2">
145 <B>Constructor Detail</B></FONT></TD>
146 </TR>
147 </TABLE>
149 <A NAME="ServerAccessException()"><!-- --></A><H3>
150 ServerAccessException</H3>
151 <PRE>
152 public <B>ServerAccessException</B>()</PRE>
153 <DL>
154 <DD>ServerAccessException constructor comment.</DL>
155 <HR>
157 <A NAME="ServerAccessException(java.lang.String)"><!-- --></A><H3>
158 ServerAccessException</H3>
159 <PRE>
160 public <B>ServerAccessException</B>(java.lang.String&nbsp;s)</PRE>
161 <DL>
162 <DD>ServerAccessException constructor comment.<DD><DL>
163 <DT><B>Parameters:</B><DD><CODE>s</CODE> - java.lang.String</DL>
164 </DD>
165 </DL>
167 <!-- ============ METHOD DETAIL ========== -->
169 <!-- ========= END OF CLASS DATA ========= -->
170 <HR>
172 <!-- ========== START OF NAVBAR ========== -->
173 <A NAME="navbar_bottom"><!-- --></A>
174 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
175 <TR>
176 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
177 <A NAME="navbar_bottom_firstrow"><!-- --></A>
178 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
179 <TR ALIGN="center" VALIGN="top">
180 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
181 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
182 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
183 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
184 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
185 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
186 </TR>
187 </TABLE>
188 </TD>
189 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
190 Questions? <A HREf=mailto:pc2@ecs.csus.edu>Send mail to PC<sup>2</sup></a></EM>
191 </TD>
192 </TR>
194 <TR>
195 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
196 &nbsp;PREV CLASS&nbsp;
197 &nbsp;NEXT CLASS</FONT></TD>
198 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
199 <A HREF="../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
200 &nbsp;<A HREF="ServerAccessException.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
201 </TR>
202 <TR>
203 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
204 SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD>
205 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
206 DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
207 </TR>
208 </TABLE>
209 <!-- =========== END OF NAVBAR =========== -->
211 <HR>
213 </BODY>
214 </HTML>