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