public class GuacamoleInsufficientCredentialsException extends GuacamoleCredentialsException
| Constructor and Description |
|---|
GuacamoleInsufficientCredentialsException(String message,
CredentialsInfo credentialsInfo)
Creates a new GuacamoleInsufficientCredentialsException with the given
message and associated credential information.
|
GuacamoleInsufficientCredentialsException(String message,
Throwable cause,
CredentialsInfo credentialsInfo)
Creates a new GuacamoleInsufficientCredentialsException with the given
message, cause, and associated credential information.
|
GuacamoleInsufficientCredentialsException(Throwable cause,
CredentialsInfo credentialsInfo)
Creates a new GuacamoleInsufficientCredentialsException with the given
cause and associated credential information.
|
getCredentialsInfoaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GuacamoleInsufficientCredentialsException(String message, Throwable cause, CredentialsInfo credentialsInfo)
message - A human readable description of the exception that occurred.cause - The cause of this exception.credentialsInfo - Information describing the form of valid credentials.public GuacamoleInsufficientCredentialsException(String message, CredentialsInfo credentialsInfo)
message - A human readable description of the exception that occurred.credentialsInfo - Information describing the form of valid credentials.public GuacamoleInsufficientCredentialsException(Throwable cause, CredentialsInfo credentialsInfo)
cause - The cause of this exception.credentialsInfo - Information describing the form of valid credentials.Copyright © 2015. All rights reserved.