Class GuacamoleCredentialsException

    • Constructor Detail

      • GuacamoleCredentialsException

        public GuacamoleCredentialsException​(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.
      • GuacamoleCredentialsException

        public GuacamoleCredentialsException​(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.
      • GuacamoleCredentialsException

        public GuacamoleCredentialsException​(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.
    • Method Detail

      • getCredentialsInfo

        public CredentialsInfo getCredentialsInfo()
        Returns information describing the form of valid credentials.
        Returns:
        Information describing the form of valid credentials.