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