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