org.apache.commons.httpclient.auth
Class AuthenticationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--org.apache.commons.httpclient.URIException
|
+--org.apache.commons.httpclient.HttpException
|
+--org.apache.commons.httpclient.auth.AuthenticationException
- All Implemented Interfaces:
- Serializable
- public class AuthenticationException
- extends HttpException
Signals a failure in authentication process
- Since:
- 2.0
- Author:
- Oleg Kalnichevski
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AuthenticationException
public AuthenticationException()
- See Also:
HttpException.HttpException()
AuthenticationException
public AuthenticationException(String message)
- See Also:
HttpException.HttpException(String)
Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.