Uses of Class
org.apache.guacamole.GuacamoleServerException
-
Packages that use GuacamoleServerException Package Description org.apache.guacamole All classes which apply generally across the Guacamole web application and all other web applications which use the API provided by the Guacamole project. -
-
Uses of GuacamoleServerException in org.apache.guacamole
Subclasses of GuacamoleServerException in org.apache.guacamole Modifier and Type Class Description class
GuacamoleConnectionClosedException
An exception which is thrown when an operation cannot be performed because its corresponding connection is closed.class
GuacamoleServerBusyException
An exception which is thrown when the server is too busy to service the request.class
GuacamoleUnsupportedException
An exception which is thrown when the requested operation is unsupported or unimplemented.
-