|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.core.exception.ContainerException
atg.dtm.TransactionDemarcationException
public class TransactionDemarcationException
This is thrown to represent an error that occurred during a TransactionDemarcation.
| 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 |
|---|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, 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 |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public TransactionDemarcationException()
public TransactionDemarcationException(java.lang.String pMessage)
public TransactionDemarcationException(java.lang.Throwable pThrowable)
public TransactionDemarcationException(java.lang.String pMessage,
java.lang.Throwable pThrowable)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||