Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A80712009F3 for ; Fri, 6 May 2016 01:37:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A6C5B160A06; Thu, 5 May 2016 23:37:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 356C9160A05 for ; Fri, 6 May 2016 01:37:00 +0200 (CEST) Received: (qmail 70125 invoked by uid 500); 5 May 2016 23:36:59 -0000 Mailing-List: contact commits-help@guacamole.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@guacamole.incubator.apache.org Delivered-To: mailing list commits@guacamole.incubator.apache.org Received: (qmail 70116 invoked by uid 99); 5 May 2016 23:36:59 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2016 23:36:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id DBCCFC290F for ; Thu, 5 May 2016 23:36:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.099 X-Spam-Level: X-Spam-Status: No, score=-4.099 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.079] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id x1Ia3KQ67r5L for ; Thu, 5 May 2016 23:36:52 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id A40FB60E24 for ; Thu, 5 May 2016 23:36:38 +0000 (UTC) Received: (qmail 69509 invoked by uid 99); 5 May 2016 23:36:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2016 23:36:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 94C70DFFB9; Thu, 5 May 2016 23:36:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mjumper@apache.org To: commits@guacamole.incubator.apache.org Date: Thu, 05 May 2016 23:37:12 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [37/51] [abbrv] [partial] incubator-guacamole-website git commit: Deploy first version of the Apache Guacamole website (reworded and restyled from the old guac-dev.org). archived-at: Thu, 05 May 2016 23:37:02 -0000 http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/af9b9c05/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleClientException.html ---------------------------------------------------------------------- diff --git a/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleClientException.html b/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleClientException.html new file mode 100644 index 0000000..377a307 --- /dev/null +++ b/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleClientException.html @@ -0,0 +1,319 @@ + + + + + + +GuacamoleClientException (guacamole-common 0.8.0 API) + + + + + + + + + + + +
+

org.glyptodon.guacamole

+

Class GuacamoleClientException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuacamoleClientException

        +
        public GuacamoleClientException(String message,
        +                        Throwable cause)
        +
        Creates a new GuacamoleException with the given message and cause.
        +
        Parameters:
        message - A human readable description of the exception that + occurred.
        cause - The cause of this exception.
        +
      • +
      + + + +
        +
      • +

        GuacamoleClientException

        +
        public GuacamoleClientException(String message)
        +
        Creates a new GuacamoleException with the given message.
        +
        Parameters:
        message - A human readable description of the exception that + occurred.
        +
      • +
      + + + +
        +
      • +

        GuacamoleClientException

        +
        public GuacamoleClientException(Throwable cause)
        +
        Creates a new GuacamoleException with the given cause.
        +
        Parameters:
        cause - The cause of this exception.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + + + + + http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/af9b9c05/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleException.html ---------------------------------------------------------------------- diff --git a/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleException.html b/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleException.html new file mode 100644 index 0000000..d4d1b90 --- /dev/null +++ b/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleException.html @@ -0,0 +1,313 @@ + + + + + + +GuacamoleException (guacamole-common 0.8.0 API) + + + + + + + + + + + +
+

org.glyptodon.guacamole

+

Class GuacamoleException

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuacamoleException

        +
        public GuacamoleException(String message,
        +                  Throwable cause)
        +
        Creates a new GuacamoleException with the given message and cause.
        +
        Parameters:
        message - A human readable description of the exception that + occurred.
        cause - The cause of this exception.
        +
      • +
      + + + +
        +
      • +

        GuacamoleException

        +
        public GuacamoleException(String message)
        +
        Creates a new GuacamoleException with the given message.
        +
        Parameters:
        message - A human readable description of the exception that + occurred.
        +
      • +
      + + + +
        +
      • +

        GuacamoleException

        +
        public GuacamoleException(Throwable cause)
        +
        Creates a new GuacamoleException with the given cause.
        +
        Parameters:
        cause - The cause of this exception.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + + + + + http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/af9b9c05/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleResourceNotFoundException.html ---------------------------------------------------------------------- diff --git a/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleResourceNotFoundException.html b/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleResourceNotFoundException.html new file mode 100644 index 0000000..4ae79f4 --- /dev/null +++ b/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleResourceNotFoundException.html @@ -0,0 +1,321 @@ + + + + + + +GuacamoleResourceNotFoundException (guacamole-common 0.8.0 API) + + + + + + + + + + + +
+

org.glyptodon.guacamole

+

Class GuacamoleResourceNotFoundException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class GuacamoleResourceNotFoundException
    +extends GuacamoleClientException
    +
    A generic exception thrown when part of the Guacamole API fails to find + a requested resource, such as a configuration or tunnel.
    +
    Author:
    +
    Michael Jumper
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuacamoleResourceNotFoundException

        +
        public GuacamoleResourceNotFoundException(String message,
        +                                  Throwable cause)
        +
        Creates a new GuacamoleResourceNotFoundException with the given message + and cause.
        +
        Parameters:
        message - A human readable description of the exception that + occurred.
        cause - The cause of this exception.
        +
      • +
      + + + +
        +
      • +

        GuacamoleResourceNotFoundException

        +
        public GuacamoleResourceNotFoundException(String message)
        +
        Creates a new GuacamoleResourceNotFoundException with the given message.
        +
        Parameters:
        message - A human readable description of the exception that + occurred.
        +
      • +
      + + + +
        +
      • +

        GuacamoleResourceNotFoundException

        +
        public GuacamoleResourceNotFoundException(Throwable cause)
        +
        Creates a new GuacamoleResourceNotFoundException with the given cause.
        +
        Parameters:
        cause - The cause of this exception.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + + + + + http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/af9b9c05/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleSecurityException.html ---------------------------------------------------------------------- diff --git a/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleSecurityException.html b/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleSecurityException.html new file mode 100644 index 0000000..1226174 --- /dev/null +++ b/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleSecurityException.html @@ -0,0 +1,319 @@ + + + + + + +GuacamoleSecurityException (guacamole-common 0.8.0 API) + + + + + + + + + + + +
+

org.glyptodon.guacamole

+

Class GuacamoleSecurityException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class GuacamoleSecurityException
    +extends GuacamoleClientException
    +
    A security-related exception thrown when parts of the Guacamole API is + denying access to a resource.
    +
    Author:
    +
    Michael Jumper
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuacamoleSecurityException

        +
        public GuacamoleSecurityException(String message,
        +                          Throwable cause)
        +
        Creates a new GuacamoleSecurityException with the given message and cause.
        +
        Parameters:
        message - A human readable description of the exception that + occurred.
        cause - The cause of this exception.
        +
      • +
      + + + +
        +
      • +

        GuacamoleSecurityException

        +
        public GuacamoleSecurityException(String message)
        +
        Creates a new GuacamoleSecurityException with the given message.
        +
        Parameters:
        message - A human readable description of the exception that + occurred.
        +
      • +
      + + + +
        +
      • +

        GuacamoleSecurityException

        +
        public GuacamoleSecurityException(Throwable cause)
        +
        Creates a new GuacamoleSecurityException with the given cause.
        +
        Parameters:
        cause - The cause of this exception.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + + + + + http://git-wip-us.apache.org/repos/asf/incubator-guacamole-website/blob/af9b9c05/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleServerException.html ---------------------------------------------------------------------- diff --git a/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleServerException.html b/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleServerException.html new file mode 100644 index 0000000..1fe20e0 --- /dev/null +++ b/content/doc/0.8.3/guacamole-common/org/glyptodon/guacamole/GuacamoleServerException.html @@ -0,0 +1,315 @@ + + + + + + +GuacamoleServerException (guacamole-common 0.8.0 API) + + + + + + + + + + + +
+

org.glyptodon.guacamole

+

Class GuacamoleServerException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    Serializable
    +
    +
    +
    +
    public class GuacamoleServerException
    +extends GuacamoleException
    +
    A generic exception thrown when part of the Guacamole API encounters + an unexpected, internal error. An internal error, if correctable, would + require correction on the server side, not the client.
    +
    Author:
    +
    Michael Jumper
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuacamoleServerException

        +
        public GuacamoleServerException(String message,
        +                        Throwable cause)
        +
        Creates a new GuacamoleException with the given message and cause.
        +
        Parameters:
        message - A human readable description of the exception that + occurred.
        cause - The cause of this exception.
        +
      • +
      + + + +
        +
      • +

        GuacamoleServerException

        +
        public GuacamoleServerException(String message)
        +
        Creates a new GuacamoleException with the given message.
        +
        Parameters:
        message - A human readable description of the exception that + occurred.
        +
      • +
      + + + +
        +
      • +

        GuacamoleServerException

        +
        public GuacamoleServerException(Throwable cause)
        +
        Creates a new GuacamoleException with the given cause.
        +
        Parameters:
        cause - The cause of this exception.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2014. All Rights Reserved.

+ + + + + +