| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.http.HttpException
org.apache.http.ProtocolException
org.apache.http.auth.AuthenticationException
org.apache.http.auth.InvalidCredentialsException
public class InvalidCredentialsException
Authentication credentials required to respond to a authentication challenge are invalid
| Constructor Summary | |
|---|---|
| InvalidCredentialsException()Creates a new InvalidCredentialsException with a nulldetail message. | |
| InvalidCredentialsException(String message)Creates a new InvalidCredentialsException with the specified message. | |
| InvalidCredentialsException(String message,
                            Throwable cause)Creates a new InvalidCredentialsException 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 InvalidCredentialsException()
null detail message.
public InvalidCredentialsException(String message)
message - the exception detail message
public InvalidCredentialsException(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 | |||||||||