org.seasar.framework.jpa.exception
クラス PersistenceUnitNodFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
org.seasar.framework.jpa.exception.PersistenceUnitNodFoundException
- すべての実装されたインタフェース:
- Serializable
public class PersistenceUnitNodFoundException
- extends SRuntimeException
永続ユニットの定義が存在しない場合にスローされる例外です。
- 作成者:
- koichik
- 関連項目:
- 直列化された形式
PersistenceUnitNodFoundException
public PersistenceUnitNodFoundException(String unitName)
- インスタンスを構築します。
- パラメータ:
unitName
- 存在しない永続ユニットの名称
Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.