public class MalformedChallengeException extends ProtocolException
| Constructor and Description |
|---|
MalformedChallengeException()
创建一个新的MalformedChallengeException与
null详细消息。
|
MalformedChallengeException(String message)
用指定的消息创建一个新的MalformedChallengeException。
|
MalformedChallengeException(String message, Throwable cause)
用指定的详细信息和原因创建一个新的MalformedChallengeException。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MalformedChallengeException()
null详细消息。
public MalformedChallengeException(String message)
message - 异常详细信息
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.