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 |
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).
|
Copyright © 2018. All rights reserved.