Class HTTPClient.AuthTypeNotImplementedException
All Packages Class Hierarchy This Package Previous Next Index
Class HTTPClient.AuthTypeNotImplementedException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----HTTPClient.AuthTypeNotImplementedException
- public class AuthTypeNotImplementedException
- extends Exception
Signals that the handling of a authorization scheme is not implemented.
- Version:
- 0.2 (bug fix 2) 23/03/1997
- Author:
- Ronald Tschalär
-
AuthTypeNotImplementedException()
- Constructs an AuthTypeNotImplementedException with no detail message.
-
AuthTypeNotImplementedException(String)
- Constructs an AuthTypeNotImplementedException class with the specified
detail message.
AuthTypeNotImplementedException
public AuthTypeNotImplementedException()
- Constructs an AuthTypeNotImplementedException with no detail message.
A detail message is a String that describes this particular exception.
AuthTypeNotImplementedException
public AuthTypeNotImplementedException(String s)
- Constructs an AuthTypeNotImplementedException class with the specified
detail message. A detail message is a String that describes this
particular exception.
- Parameters:
- s - the String containing a detail message
All Packages Class Hierarchy This Package Previous Next Index