public class GuacamoleSecurityException extends GuacamoleClientException
Constructor and Description |
---|
GuacamoleSecurityException(String message)
Creates a new GuacamoleSecurityException with the given message.
|
GuacamoleSecurityException(String message,
Throwable cause)
Creates a new GuacamoleSecurityException with the given message and cause.
|
GuacamoleSecurityException(Throwable cause)
Creates a new GuacamoleSecurityException with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GuacamoleSecurityException(String message, Throwable cause)
message
- A human readable description of the exception that
occurred.cause
- The cause of this exception.public GuacamoleSecurityException(String message)
message
- A human readable description of the exception that
occurred.public GuacamoleSecurityException(Throwable cause)
cause
- The cause of this exception.Copyright © 2013. All Rights Reserved.