Class GuacamoleInvalidCredentialsException

    • Constructor Detail

      • GuacamoleInvalidCredentialsException

        public GuacamoleInvalidCredentialsException​(String message,
                                                    Throwable cause,
                                                    CredentialsInfo credentialsInfo)
        Creates a new GuacamoleInvalidCredentialsException with the given message, cause, and associated credential information.
        Parameters:
        message - A human readable description of the exception that occurred.
        cause - The cause of this exception.
        credentialsInfo - Information describing the form of valid credentials.
      • GuacamoleInvalidCredentialsException

        public GuacamoleInvalidCredentialsException​(String message,
                                                    CredentialsInfo credentialsInfo)
        Creates a new GuacamoleInvalidCredentialsException with the given message and associated credential information.
        Parameters:
        message - A human readable description of the exception that occurred.
        credentialsInfo - Information describing the form of valid credentials.
      • GuacamoleInvalidCredentialsException

        public GuacamoleInvalidCredentialsException​(Throwable cause,
                                                    CredentialsInfo credentialsInfo)
        Creates a new GuacamoleInvalidCredentialsException with the given cause and associated credential information.
        Parameters:
        cause - The cause of this exception.
        credentialsInfo - Information describing the form of valid credentials.