jp.go.nict.langrid.dao
クラス DaoException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 jp.go.nict.langrid.dao.DaoException
すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
AccessLimitNotFoundException, AccessRightNotFoundException, ConnectException, DomainAlreadyExistsException, DomainNotFoundException, EntityAlreadyExistsException, EntityNotFoundException, FederationAlreadyExistsException, FederationNotFoundException, GridAlreadyExistsException, GridNotFoundException, HostAlreadyExistsException, HostNotFoundException, InvocationNotFoundException, NodeAlreadyExistsException, NodeNotFoundException, OperationRequestNotFoundException, OverUseLimitNotFoundException, ProtocolAlreadyExistsException, ProtocolNotFoundException, ResourceAlreadyExistsException, ResourceMetaAttributeAlreadyExistsException, ResourceMetaAttributeNotFoundException, ResourceNotFoundException, ResourceTypeAlreadyExistsException, ResourceTypeNotFoundException, SelfNodeIdAlreadySetException, ServiceActionScheduleNotFoundException, ServiceAlreadyExistsException, ServiceDeploymentNotFoundException, ServiceMetaAttributeAlreadyExistsException, ServiceMetaAttributeNotFoundException, ServiceNotFoundException, ServiceTypeAlreadyExistsException, ServiceTypeNotFoundException, UserAlreadyExistsException, UserNotFoundException

public class DaoException
extends Exception

DAO処理時に発生する例外。 DAOでは実際のストレージアクセスは抽象化されるため、IOException、SQLException等 実装依存の例外ではなく、この例外を使う必要がある。

バージョン:
$Revision: 8839 $
作成者:
$Author: kkadowaki $
関連項目:
直列化された形式

コンストラクタの概要
DaoException(String message)
          コンストラクタ。
DaoException(String message, Throwable cause)
          コンストラクタ。
DaoException(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
 

コンストラクタの詳細

DaoException

public DaoException(String message)
コンストラクタ。

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

DaoException

public DaoException(String message,
                    Throwable cause)
コンストラクタ。

パラメータ:
message - メッセージ
cause - 元となった例外

DaoException

public DaoException(Throwable cause)
コンストラクタ。

パラメータ:
cause - 元となった例外