- java.lang.Object
 -  
      
- java.lang.Throwable
 -  
        
- java.lang.Exception
 -  
          
- java.security.GeneralSecurityException
 -  
            
- javax.security.auth.login.LoginException
 -  
              
- javax.security.auth.login.AccountException
 -  
                
- javax.security.auth.login.AccountNotFoundException
 
 
 
 
 
 
 
-  
       
- 实现的所有接口
 -  
         
Serializable 
public class AccountNotFoundException extends AccountException
表示未找到帐户的信号。如果LoginModule无法找到执行身份验证所需的帐户,则可能会抛出此异常。
- 从以下版本开始:
 - 1.5
 - 另请参见:
 - Serialized Form
 
 
-  
        
       
-  
             
构造方法摘要
构造方法 构造器 描述 AccountNotFoundException()构造一个没有详细消息的AccountNotFoundException。AccountNotFoundException(String msg)使用指定的详细消息构造AccountNotFoundException。 
-  
             
方法摘要
 
 -  
             
 
-  
        
       
-  
             
构造方法详细信息
-  
AccountNotFoundException
public AccountNotFoundException()
构造一个没有详细消息的AccountNotFoundException。 详细消息是描述此特定异常的String。 
-  
AccountNotFoundException
public AccountNotFoundException(String msg)
使用指定的详细消息构造AccountNotFoundException。 详细消息是描述此特定异常的String。- 参数
 -  
              
msg- 详细信息。 
 
 -  
 
 -