net.sourceforge.guacamole
Class GuacamoleResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.guacamole.GuacamoleException
              extended by net.sourceforge.guacamole.GuacamoleClientException
                  extended by net.sourceforge.guacamole.GuacamoleResourceNotFoundException
All Implemented Interfaces:
Serializable

public class GuacamoleResourceNotFoundException
extends GuacamoleClientException

A generic exception thrown when part of the Guacamole API fails to find a requested resource, such as a configuration or tunnel.

Author:
Michael Jumper
See Also:
Serialized Form

Constructor Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GuacamoleResourceNotFoundException

public GuacamoleResourceNotFoundException(String message,
                                          Throwable cause)
Creates a new GuacamoleResourceNotFoundException with the given message and cause.

Parameters:
message - A human readable description of the exception that occurred.
cause - The cause of this exception.

GuacamoleResourceNotFoundException

public GuacamoleResourceNotFoundException(String message)
Creates a new GuacamoleResourceNotFoundException with the given message.

Parameters:
message - A human readable description of the exception that occurred.

GuacamoleResourceNotFoundException

public GuacamoleResourceNotFoundException(Throwable cause)
Creates a new GuacamoleResourceNotFoundException with the given cause.

Parameters:
cause - The cause of this exception.


Copyright © 2012. All Rights Reserved.