Class GuacamoleSessionTimeoutException

All Implemented Interfaces:
Serializable

public class GuacamoleSessionTimeoutException extends GuacamoleUpstreamException
An exception which indicates that a session within an upstream server (such as the remote desktop) has ended because it appeared to be inactive.
See Also:
  • Constructor Details

    • GuacamoleSessionTimeoutException

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

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

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

    • 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.