Class GuacamoleSecurityException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GuacamoleUnauthorizedException

public class GuacamoleSecurityException extends GuacamoleClientException
A security-related exception thrown when parts of the Guacamole API is denying access to a resource.
See Also:
  • Constructor Details

    • 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.
  • 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 GuacamoleClientException
      Returns:
      The corresponding Guacamole status.