class |
GuacamoleClientBadTypeException |
An exception which is thrown when data has been submitted with an unsupported
mimetype.
|
class |
GuacamoleClientOverrunException |
An exception which is thrown when the client has sent too much data.
|
class |
GuacamoleClientTimeoutException |
An exception which is thrown when the client is taking too long to respond.
|
class |
GuacamoleClientTooManyException |
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 |
GuacamoleResourceClosedException |
An exception which is thrown when a resource is no longer available because
it is closed.
|
class |
GuacamoleResourceConflictException |
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 |
GuacamoleResourceNotFoundException |
A generic exception thrown when part of the Guacamole API fails to find
a requested resource, such as a configuration or tunnel.
|
class |
GuacamoleSecurityException |
A security-related exception thrown when parts of the Guacamole API is
denying access to a resource.
|
class |
GuacamoleUnauthorizedException |
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).
|