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