public class GuacamoleUpstreamNotFoundException extends GuacamoleUpstreamException
| Constructor and Description |
|---|
GuacamoleUpstreamNotFoundException(String message)
Creates a new GuacamoleUpstreamNotFoundException with the given message.
|
GuacamoleUpstreamNotFoundException(String message,
Throwable cause)
Creates a new GuacamoleUpstreamNotFoundException with the given message
and cause.
|
GuacamoleUpstreamNotFoundException(Throwable cause)
Creates a new GuacamoleUpstreamNotFoundException 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 GuacamoleUpstreamNotFoundException(String message, Throwable cause)
message - A human readable description of the exception that occurred.cause - The cause of this exception.public GuacamoleUpstreamNotFoundException(String message)
message - A human readable description of the exception that occurred.public GuacamoleUpstreamNotFoundException(Throwable cause)
cause - The cause of this exception.public GuacamoleStatus getStatus()
GuacamoleExceptiongetStatus in class GuacamoleUpstreamExceptionCopyright © 2018. All rights reserved.