|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sourceforge.guacamole.GuacamoleException
net.sourceforge.guacamole.GuacamoleClientException
net.sourceforge.guacamole.GuacamoleSecurityException
public class GuacamoleSecurityException
A security-related exception thrown when parts of the Guacamole API is denying access to a resource.
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 |
---|
public 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |