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