Uses of Class
org.apache.guacamole.net.auth.credentials.GuacamoleCredentialsException
Packages that use GuacamoleCredentialsException
-
Uses of GuacamoleCredentialsException in org.apache.guacamole.language
Subclasses of GuacamoleCredentialsException in org.apache.guacamole.languageModifier and TypeClassDescriptionclassAGuacamoleCredentialsExceptionwhose associated message is translatable and can be passed through an arbitrary translation service, producing a human-readable message in the user's native language.classAGuacamoleInsufficientCredentialsExceptionwhose associated message is translatable and can be passed through an arbitrary translation service, producing a human-readable message in the user's native language.classAGuacamoleInvalidCredentialsExceptionwhose associated message is translatable and can be passed through an arbitrary translation service, producing a human-readable message in the user's native language. -
Uses of GuacamoleCredentialsException in org.apache.guacamole.net.auth.credentials
Subclasses of GuacamoleCredentialsException in org.apache.guacamole.net.auth.credentialsModifier and TypeClassDescriptionclassA security-related exception thrown when access is denied to a user because the provided credentials are not sufficient for authentication to succeed.classA security-related exception thrown when access is denied to a user because the provided credentials are invalid.