JavaTM 2 Platform
Standard Ed. 6

javax.naming
類別 InterruptedNamingException

java.lang.Object
  繼承者 java.lang.Throwable
      繼承者 java.lang.Exception
          繼承者 javax.naming.NamingException
              繼承者 javax.naming.InterruptedNamingException
所有已實作的介面:
Serializable

public class InterruptedNamingException
extends NamingException

當正被調用的命名操作已經被中斷時,拋出此異常。例如,應用程序可以中斷正在執行搜尋的執行緒。如果該搜尋支持被中斷,則將拋出 InterruptedNamingException。某一操作是否是可中斷的以及何時中斷取決於其實作(由服務提供者提供)。不同的實作使用不同的方式來避免其資源和物件因為無法預期的中斷而毀壞。

應用於 NamingException 的同步和序列化問題在這裡可以直接應用。

從以下版本開始:
1.3
另請參見:
Context, DirContext, Thread.interrupt(), InterruptedException, 序列化表格

欄位摘要
 
從類別 javax.naming.NamingException 繼承的欄位
remainingName, resolvedName, resolvedObj, rootException
 
建構子摘要
InterruptedNamingException()
          建構一個 InterruptedNamingException 實例,將解釋和所有名稱解析欄位初始化為 null。
InterruptedNamingException(String explanation)
          使用問題的解釋建構一個 InterruptedNamingException 實例。
 
方法摘要
 
從類別 javax.naming.NamingException 繼承的方法
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
 
從類別 java.lang.Throwable 繼承的方法
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

InterruptedNamingException

public InterruptedNamingException(String explanation)
使用問題的解釋建構一個 InterruptedNamingException 實例。所有與解析有關的名稱欄位都被初始化為 null。

參數:
explanation - 解釋問題的可能為 null 的訊息。
另請參見:
Throwable.getMessage()

InterruptedNamingException

public InterruptedNamingException()
建構一個 InterruptedNamingException 實例,將解釋和所有名稱解析欄位初始化為 null。


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only