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