public class GuacamoleInvalidCredentialsException extends GuacamoleCredentialsException
Constructor and Description |
---|
GuacamoleInvalidCredentialsException(String message,
CredentialsInfo credentialsInfo)
Creates a new GuacamoleInvalidCredentialsException with the given
message and associated credential information.
|
GuacamoleInvalidCredentialsException(String message,
Throwable cause,
CredentialsInfo credentialsInfo)
Creates a new GuacamoleInvalidCredentialsException with the given
message, cause, and associated credential information.
|
GuacamoleInvalidCredentialsException(Throwable cause,
CredentialsInfo credentialsInfo)
Creates a new GuacamoleInvalidCredentialsException with the given cause
and associated credential information.
|
getCredentialsInfo
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GuacamoleInvalidCredentialsException(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 GuacamoleInvalidCredentialsException(String message, CredentialsInfo credentialsInfo)
message
- A human readable description of the exception that occurred.credentialsInfo
- Information describing the form of valid credentials.public GuacamoleInvalidCredentialsException(Throwable cause, CredentialsInfo credentialsInfo)
cause
- The cause of this exception.credentialsInfo
- Information describing the form of valid credentials.Copyright © 2017. All rights reserved.