Module java.base

Class CredentialNotFoundException

所有已实现的接口:
Serializable

public class CredentialNotFoundException extends CredentialException
信号表明未找到凭据。

如果LoginModule无法定位执行身份验证所需的凭据,则可能会抛出此异常。

自 JDK 版本:
1.5
参见:
  • Constructor Details

    • CredentialNotFoundException

      public CredentialNotFoundException()
      构造一个没有详细消息的 CredentialNotFoundException。详细消息是描述此特定异常的字符串。
    • CredentialNotFoundException

      public CredentialNotFoundException(String msg)
      构造一个带有指定详细消息的 CredentialNotFoundException。详细消息是描述此特定异常的字符串。
      参数:
      msg - 详细消息。