パッケージ org.iplass.mtp.entity
クラス EntityRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.iplass.mtp.MtpException
org.iplass.mtp.SystemException
org.iplass.mtp.entity.EntityRuntimeException
- すべての実装されたインタフェース:
Serializable
- 直系の既知のサブクラス:
QueryException
Entityに関する操作の際発生したシステム例外。
システム例外が発生した場合は、EntityManagerにて、
トランザクションは自動的にsetRollbackOnly()される。
- 関連項目:
-
コンストラクタの概要
コンストラクタ説明EntityRuntimeException
(String message) EntityRuntimeException
(String message, Throwable cause) EntityRuntimeException
(Throwable cause) -
メソッドの概要
クラスから継承されたメソッド java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
コンストラクタの詳細
-
EntityRuntimeException
public EntityRuntimeException() -
EntityRuntimeException
-
EntityRuntimeException
-
EntityRuntimeException
-