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.
|
getCredentialsInfo
getHttpStatusCode, getWebSocketCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2018. All rights reserved.