com.pega.pegarules.pub.database
Class JTAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pega.pegarules.pub.PRException
com.pega.pegarules.pub.database.DatabaseException
com.pega.pegarules.pub.database.JTAException
- All Implemented Interfaces:
- java.io.Serializable
public class JTAException
- extends DatabaseException
JTAException simply encapsulates the myriad exceptions that come from
the Java Transaction API. This exception is never the "bottom of the chain" as
it always has "aCause" parameter. These include:
javax.transaction.HeuristicRollbackException
javax.transaction.HeuristicMixedException
javax.transaction.RollbackException
javax.transaction.SystemException
javax.transaction.NotSupportedException
java.lang.IllegalStateException
java.lang.SecurityException
- See Also:
- Serialized Form
Constructor Summary |
JTAException(java.lang.Throwable aCause,
java.lang.String aDescr)
Creates an Exception object to wrap JTA exception |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
VERSION
public static final java.lang.String VERSION
JTAException
public JTAException(java.lang.Throwable aCause,
java.lang.String aDescr)
- Creates an Exception object to wrap JTA exception
- Parameters:
aCause
- aDescr
-
Copyright © 2012 Pegasystems Inc. All Rights Reserved.