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