|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.nutch.protocol.httpclient.HttpAuthenticationException
public class HttpAuthenticationException
Can be used to identify problems during creation of Authentication objects. In the future it may be used as a method of collecting authentication failures during Http protocol transfer in order to present the user with credentials required during a future fetch.
Constructor Summary | |
---|---|
HttpAuthenticationException()
Constructs a new exception with null as its detail message. |
|
HttpAuthenticationException(String message)
Constructs a new exception with the specified detail message. |
|
HttpAuthenticationException(String message,
Throwable cause)
Constructs a new exception with the specified message and cause. |
|
HttpAuthenticationException(Throwable cause)
Constructs a new exception with the specified cause and detail message from given clause if it is not null. |
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 HttpAuthenticationException()
public HttpAuthenticationException(String message)
message
- the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.public HttpAuthenticationException(String message, Throwable cause)
message
- the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.cause
- the cause (use Throwable.getCause()
to retrieve the cause)public HttpAuthenticationException(Throwable cause)
cause
- the cause (use Throwable.getCause()
to retrieve the cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |