atg.dtm
Class TransactionDemarcationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by atg.dtm.TransactionDemarcationException
All Implemented Interfaces:
ContainableException, java.io.Serializable

public class TransactionDemarcationException
extends ContainerException

This is thrown to represent an error that occurred during a TransactionDemarcation.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
TransactionDemarcationException()
          Constructor
TransactionDemarcationException(java.lang.String pMessage)
          Constructor
TransactionDemarcationException(java.lang.String pMessage, java.lang.Throwable pThrowable)
          Constructor
TransactionDemarcationException(java.lang.Throwable pThrowable)
          Constructor
 
Method Summary
 
Methods inherited from class atg.core.exception.ContainerException
getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setSourceException, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

TransactionDemarcationException

public TransactionDemarcationException()
Constructor


TransactionDemarcationException

public TransactionDemarcationException(java.lang.String pMessage)
Constructor


TransactionDemarcationException

public TransactionDemarcationException(java.lang.Throwable pThrowable)
Constructor


TransactionDemarcationException

public TransactionDemarcationException(java.lang.String pMessage,
                                       java.lang.Throwable pThrowable)
Constructor