|
||||||||||
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.GuacamoleServerException
public class GuacamoleServerException
A generic exception thrown when part of the Guacamole API encounters an unexpected, internal error. An internal error, if correctable, would require correction on the server side, not the client.
Constructor Summary | |
---|---|
GuacamoleServerException(String message)
Creates a new GuacamoleException with the given message. |
|
GuacamoleServerException(String message,
Throwable cause)
Creates a new GuacamoleException with the given message and cause. |
|
GuacamoleServerException(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 |
---|
public GuacamoleServerException(String message, Throwable cause)
message
- A human readable description of the exception that
occurred.cause
- The cause of this exception.public GuacamoleServerException(String message)
message
- A human readable description of the exception that
occurred.public GuacamoleServerException(Throwable cause)
cause
- The cause of this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |