@Immutable public class MalformedChallengeException extends ProtocolException
| Constructor and Description |
|---|
MalformedChallengeException()
Creates a new MalformedChallengeException with a
null detail message. |
MalformedChallengeException(java.lang.String message)
Creates a new MalformedChallengeException with the specified message.
|
MalformedChallengeException(java.lang.String message,
java.lang.Throwable cause)
Creates a new MalformedChallengeException with the specified detail message and cause.
|
public MalformedChallengeException()
null detail message.public MalformedChallengeException(java.lang.String message)
message - the exception detail messagepublic MalformedChallengeException(java.lang.String message,
java.lang.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