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