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