|
||||||||||
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 java.lang.RuntimeException org.apache.http.impl.auth.UnsupportedDigestAlgorithmException
public class UnsupportedDigestAlgorithmException
Authentication credentials required to respond to a authentication challenge are invalid
Constructor Summary | |
---|---|
UnsupportedDigestAlgorithmException()
Creates a new UnsupportedAuthAlgoritmException with a null detail message. |
|
UnsupportedDigestAlgorithmException(String message)
Creates a new UnsupportedAuthAlgoritmException with the specified message. |
|
UnsupportedDigestAlgorithmException(String message,
Throwable cause)
Creates a new UnsupportedAuthAlgoritmException with the specified detail message and cause. |
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 UnsupportedDigestAlgorithmException()
null
detail message.
public UnsupportedDigestAlgorithmException(String message)
message
- the exception detail messagepublic UnsupportedDigestAlgorithmException(String message, Throwable cause)
message
- the exception detail messagecause
- the Throwable
that caused this exception, or null
if the cause is unavailable, unknown, or not a Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |