|
JHotDraw 7.5.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.jhotdraw.samples.svg.gui.ServerAuthenticationException
public class ServerAuthenticationException
Thrown to indicate that a request failed because we didn't authenticate successfully.
This exception is used for communication with PmWiki. PmWiki does not return an HTTP status code, when the user failed to authenticate, instead it opens a page with a password form.
Constructor Summary | |
---|---|
ServerAuthenticationException()
Creates a new instance of ServerAuthenticationException without detail message. |
|
ServerAuthenticationException(java.lang.String msg)
Constructs an instance of ServerAuthenticationException with the specified detail message. |
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 ServerAuthenticationException()
ServerAuthenticationException
without detail message.
public ServerAuthenticationException(java.lang.String msg)
ServerAuthenticationException
with the specified detail message.
msg
- the detail message.
|
Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project. Some rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |