public class CredentialException extends LoginException
| Constructor and Description |
|---|
CredentialException()
构造一个没有详细消息的CredentialException。
|
CredentialException(String msg)
构造具有指定详细消息的CredentialException。
|
addSuppressed,
fillInStackTrace,
getCause, getLocalizedMessage,
getMessage, getStackTrace,
getSuppressed, initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toStringpublic CredentialException()
public CredentialException(String msg)
msg - 详细信息。