intra-mart 6.1.14

jp.co.intra_mart.foundation.security.exception
クラス NotFoundDataSourceException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張jp.co.intra_mart.foundation.exception.FoundationException
              拡張jp.co.intra_mart.foundation.security.exception.AccessSecurityException
                  拡張jp.co.intra_mart.foundation.security.exception.NotFoundDataSourceException
すべての実装インタフェース:
Serializable

public class NotFoundDataSourceException
extends AccessSecurityException

データソースの参照名未解決例外クラス。

ログイングループおよび接続名に紐付いたデータソース参照名が見つからなかった場合にスローする。

導入されたバージョン:
5.0
バージョン:
1.0
関連項目:
直列化された形式

フィールドの概要
 
クラス jp.co.intra_mart.foundation.security.exception.AccessSecurityException から継承したフィールド
KIND_ROLE, KIND_ROLE_SUB
 
コンストラクタの概要
NotFoundDataSourceException(String name, String type)
          コンストラクタ。
NotFoundDataSourceException(String name, String type, Throwable cause)
          コンストラクタ。
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

NotFoundDataSourceException

public NotFoundDataSourceException(String name,
                                   String type)
コンストラクタ。

パラメータ:
name - 見つからなかったログイングループまたは接続名
type - 接続種別

NotFoundDataSourceException

public NotFoundDataSourceException(String name,
                                   String type,
                                   Throwable cause)
コンストラクタ。

パラメータ:
name - 見つからなかったログイングループまたは接続名
type - 接続種別
cause - 原因となる例外

intra-mart 6.1.14

Copyright © 2000-2010 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.