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