public class ConnectionFactoryLookupFailureException extends NonTransientDataAccessException
ConnectionFactory を取得できなかったことを示す、ConnectionFactoryLookup 実装によってスローされる例外。| コンストラクターと説明 |
|---|
ConnectionFactoryLookupFailureException(StringSE msg) 新しい ConnectionFactoryLookupFailureException を作成します。 |
ConnectionFactoryLookupFailureException(StringSE msg, ThrowableSE cause) 新しい ConnectionFactoryLookupFailureException を作成します。 |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic ConnectionFactoryLookupFailureException(StringSE msg)
ConnectionFactoryLookupFailureException を作成します。msg - 詳細メッセージ public ConnectionFactoryLookupFailureException(StringSE msg, ThrowableSE cause)
ConnectionFactoryLookupFailureException を作成します。msg - 詳細メッセージ cause - 根本原因