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