org.glyptodon.guacamole
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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 © 2014. All Rights Reserved.