|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception javax.naming.NamingException javax.naming.LimitExceededException
public class LimitExceededException
當某一方法因為使用者或系統指定的限制而異常終止時,拋出此異常。此異常與 InsufficientResourceException 的不同之處在於,LimitExceededException 是因為使用者/系統指定的限制而拋出的。例如,為完成請求而耗盡記憶體是資源不足異常。客戶端請求 10 個答案卻得到 11 個答案則是大小限制異常。
這些限制的範例包括客戶端和伺服器配置限制,比如大小、時間、跳數,等等。
應用於 NamingException 的同步和序列化問題在這裡可以直接應用。
欄位摘要 |
---|
從類別 javax.naming.NamingException 繼承的欄位 |
---|
remainingName, resolvedName, resolvedObj, rootException |
建構子摘要 | |
---|---|
LimitExceededException()
建構一個新的 LimitExceededException 實例,將解釋和所有名稱解析欄位初始化為 null。 |
|
LimitExceededException(String explanation)
使用解釋建構一個新的 LimitExceededException 實例。 |
方法摘要 |
---|
從類別 java.lang.Throwable 繼承的方法 |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
建構子詳細資訊 |
---|
public LimitExceededException()
public LimitExceededException(String explanation)
explanation
- 有關此異常的可能為 null 的詳細資訊。Throwable.getMessage()
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。