|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
javax.resource.spi.LocalTransactionException
com.ibm.connector2.cics.LocalTransactionNotStartedException
public class LocalTransactionNotStartedException
This exception is thrown when the ECIManagedConnection attempts to end a transaction which has not been started
Constructor Summary | |
---|---|
LocalTransactionNotStartedException(java.lang.String reason,
java.lang.String errorCode)
|
Method Summary |
---|
Methods inherited from class javax.resource.ResourceException |
---|
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocalTransactionNotStartedException(java.lang.String reason, java.lang.String errorCode)
reason
- a description of the exceptionerrorCode
- a string specifying the specific error code
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |