com.pega.pegarules.pub.database
Class JTAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pega.pegarules.pub.PRException
              extended by com.pega.pegarules.pub.database.DatabaseException
                  extended by 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

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Constructor Summary
JTAException(java.lang.Throwable aCause, java.lang.String aDescr)
          Creates an Exception object to wrap JTA exception
 
Method Summary
 
Methods inherited from class com.pega.pegarules.pub.database.DatabaseException
getSQL, setSQL, setSQLInserts
 
Methods inherited from class com.pega.pegarules.pub.PRException
toString
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
Constructor Detail

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.