See: Description
Exception | Description |
---|---|
GuacamoleClientBadTypeException |
An exception which is thrown when data has been submitted with an unsupported
mimetype.
|
GuacamoleClientException |
A generic exception thrown when part of the Guacamole API encounters
an error in the client's request.
|
GuacamoleClientOverrunException |
An exception which is thrown when the client has sent too much data.
|
GuacamoleClientTimeoutException |
An exception which is thrown when the client is taking too long to respond.
|
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.
|
GuacamoleConnectionClosedException |
An exception which is thrown when an operation cannot be performed because
its corresponding connection is closed.
|
GuacamoleException |
A generic exception thrown when parts of the Guacamole API encounter
errors.
|
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.
|
GuacamoleResourceNotFoundException |
A generic exception thrown when part of the Guacamole API fails to find
a requested resource, such as a configuration or tunnel.
|
GuacamoleSecurityException |
A security-related exception thrown when parts of the Guacamole API is
denying access to a resource.
|
GuacamoleServerBusyException |
An exception which is thrown when the server is too busy to service the
request.
|
GuacamoleServerException |
A generic exception thrown when part of the Guacamole API encounters
an unexpected, internal error.
|
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).
|
GuacamoleUnsupportedException |
An exception which is thrown when the requested operation is unsupported
or unimplemented.
|
GuacamoleUpstreamException |
An exception which indicates than an upstream server (such as the remote
desktop) is returning an error or is otherwise unreachable.
|
GuacamoleUpstreamTimeoutException |
An exception which indicates than an upstream server (such as the remote
desktop) is taking too long to respond.
|
Copyright © 2016. All rights reserved.