| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GuacamoleClientBadTypeExceptionAn exception which is thrown when data has been submitted with an unsupported
 mimetype. | 
| class  | GuacamoleClientOverrunExceptionAn exception which is thrown when the client has sent too much data. | 
| class  | GuacamoleClientTimeoutExceptionAn exception which is thrown when the client is taking too long to respond. | 
| class  | GuacamoleClientTooManyExceptionAn 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  | GuacamoleResourceClosedExceptionAn exception which is thrown when a resource is no longer available because
 it is closed. | 
| class  | GuacamoleResourceConflictExceptionAn 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  | GuacamoleResourceNotFoundExceptionA generic exception thrown when part of the Guacamole API fails to find
 a requested resource, such as a configuration or tunnel. | 
| class  | GuacamoleSecurityExceptionA security-related exception thrown when parts of the Guacamole API is
 denying access to a resource. | 
| class  | GuacamoleUnauthorizedExceptionA 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). | 
Copyright © 2017. All rights reserved.