Uses of Class
org.apache.guacamole.GuacamoleClientException
Packages that use GuacamoleClientException
Package
Description
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 GuacamoleClientException in org.apache.guacamole
Subclasses of GuacamoleClientException in org.apache.guacamoleModifier and TypeClassDescriptionclass
An exception which is thrown when data has been submitted with an unsupported mimetype.class
An exception which is thrown when the client has sent too much data.class
An exception which is thrown when the client is taking too long to respond.class
An exception which is thrown when too many requests have been received by the current client, and further requests are being rejected, either temporarily or permanently.class
An exception which is thrown when a resource is no longer available because it is closed.class
An exception which is thrown when a resource has been requested, but that resource is locked or currently in use, and cannot be accessed by the current user.class
A generic exception thrown when part of the Guacamole API fails to find a requested resource, such as a configuration or tunnel.class
A security-related exception thrown when parts of the Guacamole API is denying access to a resource.class
A security-related exception thrown when parts of the Guacamole API is denying access to a resource, but access MAY be granted were the user authorized (logged in).