public class ServerAuthenticationException
extends java.io.IOException
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 and Description |
---|
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. |
public ServerAuthenticationException()
ServerAuthenticationException
without detail message.public ServerAuthenticationException(java.lang.String msg)
ServerAuthenticationException
with the specified detail message.msg
- the detail message.