public class GuacamoleUnauthorizedException extends GuacamoleSecurityException
| Constructor and Description |
|---|
GuacamoleUnauthorizedException(String message)
Creates a new GuacamoleUnauthorizedException with the given message.
|
GuacamoleUnauthorizedException(String message,
Throwable cause)
Creates a new GuacamoleUnauthorizedException with the given message and cause.
|
GuacamoleUnauthorizedException(Throwable cause)
Creates a new GuacamoleUnauthorizedException with the given cause.
|
| Modifier and Type | Method and Description |
|---|---|
GuacamoleStatus |
getStatus()
Returns the Guacamole status associated with this exception.
|
getHttpStatusCode, getWebSocketCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GuacamoleUnauthorizedException(String message, Throwable cause)
message - A human readable description of the exception that
occurred.cause - The cause of this exception.public GuacamoleUnauthorizedException(String message)
message - A human readable description of the exception that
occurred.public GuacamoleUnauthorizedException(Throwable cause)
cause - The cause of this exception.public GuacamoleStatus getStatus()
GuacamoleExceptiongetStatus in class GuacamoleSecurityExceptionCopyright © 2018. All rights reserved.