Class JtaPlatformInaccessibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.resource.transaction.backend.jta.internal.JtaPlatformInaccessibleException
- All Implemented Interfaces:
Serializable
Indicates problems accessing TransactionManager or UserTransaction through the JtaPlatform
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJtaPlatformInaccessibleException
(String message) JtaPlatformInaccessibleException
(String message, 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
-
JtaPlatformInaccessibleException
-
JtaPlatformInaccessibleException
-