模块 java.base

类 RefreshFailedException

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

public class RefreshFailedException extends Exception
发出 refresh 操作失败的信号。

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

自从:
1.4
参见:
  • 构造方法详细信息

    • RefreshFailedException

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

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