|
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
java.io.IOException
com.ibm.ctg.client.TFileException
public class TFileException
This exception is thrown by the T
class when an error occurs.
Field Summary |
---|
Fields inherited from interface com.ibm.ctg.client.TFileReturnCodes |
---|
TFILE_ERR_CHANGE_WHEN_RUNNING, TFILE_ERR_DIRECTORY, TFILE_ERR_INVALID_PATH, TFILE_ERR_PERMISSION_DENIED, TFILE_ERR_UNKNOWN, TFILE_NO_ERROR |
Constructor Summary | |
---|---|
TFileException(int tfileRc)
Creates a new TFileException with a null message and the specified return code. |
|
TFileException(java.lang.String message,
int tfileRc)
Creates a new TFileException with the specified message and return code. |
Method Summary | |
---|---|
int |
getRc()
Gets the return code indicating the reason the exception was thrown. |
java.lang.String |
toString()
Returns a string representation of this 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 |
Constructor Detail |
---|
public TFileException(int tfileRc)
tfileRc
- The exception return codepublic TFileException(java.lang.String message, int tfileRc)
message
- The exception messagetfileRc
- The exception return codeMethod Detail |
---|
public int getRc()
TFileReturnCodes
public java.lang.String toString()
toString
in class java.lang.Throwable
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |