public class ApplicationServerInternalException extends ResourceException
ApplicationServerInternalException はアプリケーションサーバーによってスローされ、アプリケーションサーバーに固有のエラー状態を示します。これらのエラー状態は、構成関連のエラーまたはアプリケーションサーバー内部のメカニズムの実装(例: 接続プール、スレッド管理)に関連している可能性があります。| コンストラクターと説明 |
|---|
ApplicationServerInternalException() 詳細メッセージとして null を使用して新しいインスタンスを構築します。 |
ApplicationServerInternalException(StringSE message) 指定された詳細メッセージで新しいインスタンスを構築します。 |
ApplicationServerInternalException(StringSE message, StringSE errorCode) 指定された詳細メッセージとエラーコードを使用して、新しいスロー可能オブジェクトを構築します。 |
ApplicationServerInternalException(StringSE message, ThrowableSE cause) 指定された詳細メッセージと原因を持つ新しいスロー可能オブジェクトを構築します。 |
ApplicationServerInternalException(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 ApplicationServerInternalException()
public ApplicationServerInternalException(StringSE message)
message - 詳細メッセージ。public ApplicationServerInternalException(ThrowableSE cause)
cause - 型 Throwable の連鎖例外。public ApplicationServerInternalException(StringSE message, ThrowableSE cause)
message - 詳細メッセージ。cause - 型 Throwable の連鎖例外。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.