Class GuacamoleUpstreamUnavailableException

  • All Implemented Interfaces:
    Serializable

    public class GuacamoleUpstreamUnavailableException
    extends GuacamoleUpstreamException
    An exception which indicates that an upstream server (such as the remote desktop) is not available to service the request.
    See Also:
    Serialized Form
    • Constructor Detail

      • GuacamoleUpstreamUnavailableException

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

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

        public GuacamoleUpstreamUnavailableException​(Throwable cause)
        Creates a new GuacamoleUpstreamUnavailableException with the given cause.
        Parameters:
        cause - The cause of this exception.
    • Method Detail

      • getStatus

        public GuacamoleStatus getStatus()
        Description copied from class: GuacamoleException
        Returns the Guacamole status associated with this exception. This status can then be easily translated into an HTTP error code or Guacamole protocol error code.
        Overrides:
        getStatus in class GuacamoleUpstreamException
        Returns:
        The corresponding Guacamole status.