Package org.datanucleus.transaction.jta
Class JTASyncRegistryUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.datanucleus.transaction.jta.JTASyncRegistryUnavailableException
- All Implemented Interfaces:
Serializable
Exception thrown by construction of JTATransactionSyncRegistry when it is not available.
This could be because JTA1.0 is being used, or there is no JNDI resource available for it.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
JTASyncRegistryUnavailableException
public JTASyncRegistryUnavailableException()
-