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