Searched defs:CGIServerException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DCGIHandler.java44 * CGIServerException is thrown when an error occurs here on the server.
46 class CGIServerException extends Exception { class in inherits:Exception
50 public CGIServerException(String s) { method in class:CGIServerException
70 public void execute(String param) throws CGIClientException, CGIServerException;
152 } catch (CGIServerException e) {
219 public void execute(String param) throws CGIClientException, CGIServerException
241 throw new CGIServerException("could not connect to local port");
269 throw new CGIServerException("error writing to server");
279 throw new CGIServerException("error reading from server");
289 throw new CGIServerException("erro
[all...]

Completed in 22 milliseconds