GitHub user mike-jumper opened a pull request:

    https://github.com/apache/incubator-guacamole-client/pull/147

    GUACAMOLE-208: Add exception classes for newly-defined status codes.

    The newly-defined `UPSTREAM_NOT_FOUND`, `UPSTREAM_UNAVAILABLE`, 
`SESSION_CLOSED`, `SESSION_CONFLICT`, and `SESSION_TIMEOUT` (from #123) are 
missing corresponding `GuacamoleException` classes. This change defines those.
    
    This change also adds an exception for the old `RESOURCE_CLOSED` status 
code, which has existed for some time but had no corresponding 
`GuacamoleException` class.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mike-jumper/incubator-guacamole-client 
status-exceptions

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-guacamole-client/pull/147.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #147
    
----
commit 82e9967a132c4616246aefa323bcdf75eb5884c2
Author: Michael Jumper <[email protected]>
Date:   2017-04-17T03:52:09Z

    GUACAMOLE-208: Define exceptions for the new UPSTREAM_NOT_FOUND and 
UPSTREAM_UNAVAILABLE status codes.

commit bfc2f2e7eb5634c037e98e1a33d74154385d67f1
Author: Michael Jumper <[email protected]>
Date:   2017-04-17T06:11:34Z

    GUACAMOLE-208: Define exceptions for the new SESSION_CLOSED, 
SESSION_CONFLICT, and SESSION_TIMEOUT status codes.

commit 32610e9af225a9e7eeb63707048434c42ad5c702
Author: Michael Jumper <[email protected]>
Date:   2017-04-17T06:12:24Z

    GUACAMOLE-208: Define missing exception for the RESOURCE_CLOSED status code.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to