Class EntityRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QueryException

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

    • EntityRuntimeException

      public EntityRuntimeException()
    • EntityRuntimeException

      public EntityRuntimeException(String message, Throwable cause)
    • EntityRuntimeException

      public EntityRuntimeException(String message)
    • EntityRuntimeException

      public EntityRuntimeException(Throwable cause)