jp.go.aist.dmrc.platform.datacooperation.interfaces
クラス PFDataCooperationInternalException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張jp.go.aist.dmrc.platform.base.PFException
              拡張jp.go.aist.dmrc.platform.datacooperation.interfaces.PFDataCooperationException
                  拡張jp.go.aist.dmrc.platform.datacooperation.interfaces.PFDataCooperationInternalException
すべての実装インタフェース:
java.io.Serializable
直系の既知のサブクラス:
PFDataCooperationComponentCooperationException, PFDataCooperationComponentTransferException, PFDataCooperationRegistryAccessException

public class PFDataCooperationInternalException
extends PFDataCooperationException

データ連携コンポーネント内部で発生した例外.

関連項目:
直列化された形式

コンストラクタの概要
PFDataCooperationInternalException()
          例外を生成する.
PFDataCooperationInternalException(java.lang.String message)
          例外を生成する.
PFDataCooperationInternalException(java.lang.Throwable ex)
          例外を生成する.
PFDataCooperationInternalException(java.lang.Throwable ex, java.lang.String message)
          例外を生成する.
 
クラス jp.go.aist.dmrc.platform.base.PFException から継承したメソッド
getDetailException, printStackTrace, printStackTrace, printStackTrace, setDetailException
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

PFDataCooperationInternalException

public PFDataCooperationInternalException()
例外を生成する.


PFDataCooperationInternalException

public PFDataCooperationInternalException(java.lang.String message)
例外を生成する.

パラメータ:
message - 例外メッセージ

PFDataCooperationInternalException

public PFDataCooperationInternalException(java.lang.Throwable ex)
例外を生成する.

パラメータ:
ex - 詳細例外

PFDataCooperationInternalException

public PFDataCooperationInternalException(java.lang.Throwable ex,
                                          java.lang.String message)
例外を生成する.

パラメータ:
ex - 詳細例外
message - 例外メッセージ