public class InsufficientResourcesException extends NamingException
InsufficientResourcesExceptionは、LimitExceededExceptionとは異なります。LimitExceededExceptionは、ユーザーまたはシステムで指定された制限です。詳細は、LimitExceededExceptionを参照してください。
NamingExceptionに適用される同期および直列化は、ここで直接適用されます。
remainingName, resolvedName, resolvedObj, rootException
コンストラクタと説明 |
---|
InsufficientResourcesException()
名前解決フィールドおよび説明がすべてnullに初期化された、InsufficientResourcesExceptionの新しいインスタンスを構築します。
|
InsufficientResourcesException(String explanation)
説明を使用して、InsufficientResourcesExceptionの新しいコンテキストを構築します。
|
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public InsufficientResourcesException(String explanation)
explanation
- この例外に関するnullの可能性がある追加の詳細情報。Throwable.getMessage()
public InsufficientResourcesException()
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.