public class ResourceAllocationException extends ResourceException
ResourceAllocationException は、アプリケーションサーバーまたはリソースアダプターによってスローされ、システムリソース(スレッド、物理接続など)の割り当てに失敗したことを示します。例としては、アプリケーションサーバー固有の接続プールで管理できる物理接続の最大数の上限に達した場合のエラー状態があります。| コンストラクターと説明 |
|---|
ResourceAllocationException() 詳細メッセージとして null を使用して新しいインスタンスを構築します。 |
ResourceAllocationException(StringSE message) 指定された詳細メッセージで新しいインスタンスを構築します。 |
ResourceAllocationException(StringSE message, StringSE errorCode) 指定された詳細メッセージとエラーコードを使用して、新しいスロー可能オブジェクトを構築します。 |
ResourceAllocationException(StringSE message, ThrowableSE cause) 指定された詳細メッセージと原因を持つ新しいスロー可能オブジェクトを構築します。 |
ResourceAllocationException(ThrowableSE cause) 指定された原因で新しいスロー可能オブジェクトを構築します。 |
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedExceptionaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic ResourceAllocationException()
public ResourceAllocationException(StringSE message)
message - 詳細メッセージ。public ResourceAllocationException(ThrowableSE cause)
cause - 型 Throwable の連鎖例外。public ResourceAllocationException(StringSE message, ThrowableSE cause)
message - 詳細メッセージ。cause - 型 Throwable の連鎖例外。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.