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, 2013, Oracle and/or its affiliates. All rights reserved.