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

Constructor Index

 o AuthTypeNotImplementedException()
Constructs an AuthTypeNotImplementedException with no detail message.
 o AuthTypeNotImplementedException(String)
Constructs an AuthTypeNotImplementedException class with the specified detail message.

Constructors

 o AuthTypeNotImplementedException
  public AuthTypeNotImplementedException()
Constructs an AuthTypeNotImplementedException with no detail message. A detail message is a String that describes this particular exception.
 o 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