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