public class ChallengeParseException
extends java.io.IOException
WWW-Authenticate header or challenge could not be parsed because it
is malformed.| Constructor and Description |
|---|
ChallengeParseException(java.lang.String detailMessage)
Constructs a new
ChallengeParseException with its stack trace and detail
message filled in. |
ChallengeParseException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new instance of this class with detail message and cause filled in.
|
ChallengeParseException(java.lang.Throwable cause)
Constructs a new instance of this class with its detail cause filled in.
|
public ChallengeParseException(java.lang.String detailMessage)
ChallengeParseException with its stack trace and detail
message filled in.detailMessage - the detail message for this exception.public ChallengeParseException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message for the exception.cause - The detail cause for the exception.public ChallengeParseException(java.lang.Throwable cause)
cause - The detail cause for the exception.