模块  java.base

Class CredentialException

    • 构造方法详细信息

      • CredentialException

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

        public CredentialException​(String msg)
        使用指定的详细消息构造CredentialException。 详细消息是描述此特定异常的String。
        参数
        msg - 详细信息。