Module  java.base
软件包  javax.security.auth

Class RefreshFailedException

  • All Implemented Interfaces:
    Serializable


    public class RefreshFailedException
    extends 异常
    表示refresh操作失败。

    refresh方法失败时,通过执行Refreshable接口的凭据抛出此异常。

    从以下版本开始:
    1.4
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • RefreshFailedException

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

        public RefreshFailedException​(String msg)
        构造具有指定详细消息的RefreshFailedException。 详细消息是描述此特定异常的字符串。
        参数
        msg - 详细信息。