net.sourceforge.guacamole
Class GuacamoleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.guacamole.GuacamoleException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GuacamoleClientException, GuacamoleServerException

public class GuacamoleException
extends Exception

A generic exception thrown when parts of the Guacamole API encounter errors.

Author:
Michael Jumper
See Also:
Serialized Form

Constructor Summary
GuacamoleException(String message)
          Creates a new GuacamoleException with the given message.
GuacamoleException(String message, Throwable cause)
          Creates a new GuacamoleException with the given message and cause.
GuacamoleException(Throwable cause)
          Creates a new GuacamoleException 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

GuacamoleException

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

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

GuacamoleException

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

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

GuacamoleException

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

Parameters:
cause - The cause of this exception.


Copyright © 2013. All Rights Reserved.