Package org.datanucleus.transaction.jta
Class JTASyncRegistryUnavailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.datanucleus.transaction.jta.JTASyncRegistryUnavailableException
-
- All Implemented Interfaces:
java.io.Serializable
public class JTASyncRegistryUnavailableException extends java.lang.Exception
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description JTASyncRegistryUnavailableException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-