Class JtaPlatformException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformException
-
- All Implemented Interfaces:
java.io.Serializable
public class JtaPlatformException extends HibernateException
Indicates a problem interacting with the underlying JTA platform.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JtaPlatformException(java.lang.String s)
JtaPlatformException(java.lang.String string, java.lang.Throwable root)
-