Package org.iplass.mtp.entity
Class 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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QueryException
Entityに関する操作の際発生したシステム例外。
システム例外が発生した場合は、EntityManagerにて、
トランザクションは自動的にsetRollbackOnly()される。
- See Also:
-
Constructor Summary
ConstructorDescriptionEntityRuntimeException
(String message) EntityRuntimeException
(String message, Throwable cause) EntityRuntimeException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntityRuntimeException
public EntityRuntimeException() -
EntityRuntimeException
-
EntityRuntimeException
-
EntityRuntimeException
-