org.hibernate.service.jta.platform.spi
Class JtaPlatformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.HibernateException
org.hibernate.service.jta.platform.spi.JtaPlatformException
- All Implemented Interfaces:
- Serializable
public class JtaPlatformException
- extends HibernateException
Indicates a problem interacting with the underlying JTA platform.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JtaPlatformException
public JtaPlatformException(String s)
JtaPlatformException
public JtaPlatformException(String string,
Throwable root)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.