Module java.base

Class RefreshFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.security.auth.RefreshFailedException
所有已实现的接口:
Serializable

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

当实现Refreshable接口的凭据的refresh方法失败时,将抛出此异常。

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

    • RefreshFailedException

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

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