- java.lang.Object
 -  
      
- java.lang.Throwable
 -  
        
- java.lang.Exception
 -  
          
- javax.security.auth.RefreshFailedException
 
 
 
 
-  
       
- 实现的所有接口
 -  
         
Serializable 
public class RefreshFailedException extends 异常
表示refresh操作失败。当
refresh方法失败时,实现Refreshable接口的凭据会抛出此异常。- 从以下版本开始:
 - 1.4
 - 另请参见:
 - Serialized Form
 
 
-  
        
       
-  
             
构造方法摘要
构造方法 构造器 描述 RefreshFailedException()构造一个没有详细消息的RefreshFailedException。RefreshFailedException(String msg)使用指定的详细消息构造RefreshFailedException。 
-  
             
方法摘要
 
 -  
             
 
-  
        
       
-  
             
构造方法详细信息
-  
RefreshFailedException
public RefreshFailedException()
构造一个没有详细消息的RefreshFailedException。 详细消息是描述此特定异常的String。 
-  
RefreshFailedException
public RefreshFailedException(String msg)
使用指定的详细消息构造RefreshFailedException。 详细消息是描述此特定异常的String。- 参数
 -  
              
msg- 详细信息。 
 
 -  
 
 -