パッケージ org.iplass.mtp.entity

クラス EntityRuntimeException

すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
QueryException

public class EntityRuntimeException extends SystemException
Entityに関する操作の際発生したシステム例外。 システム例外が発生した場合は、EntityManagerにて、 トランザクションは自動的にsetRollbackOnly()される。
関連項目:
  • コンストラクタの詳細

    • EntityRuntimeException

      public EntityRuntimeException()
    • EntityRuntimeException

      public EntityRuntimeException(String message, Throwable cause)
    • EntityRuntimeException

      public EntityRuntimeException(String message)
    • EntityRuntimeException

      public EntityRuntimeException(Throwable cause)