net.sourceforge.guacamole
Class GuacamoleSecurityException

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.GuacamoleSecurityException
All Implemented Interfaces:
Serializable

public class GuacamoleSecurityException
extends GuacamoleClientException

A security-related exception thrown when parts of the Guacamole API is denying access to a resource.

Author:
Michael Jumper
See Also:
Serialized Form

Constructor Summary
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.
 
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

GuacamoleSecurityException

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

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

GuacamoleSecurityException

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

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

GuacamoleSecurityException

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

Parameters:
cause - The cause of this exception.


Copyright © 2013. All Rights Reserved.