CICS® Transaction Gateway Programming Reference v1.1.0.0

com.ibm.ctg.client
Interface TFileReturnCodes

All Known Implementing Classes:
TFileException

public interface TFileReturnCodes

Constant values representing return codes reported when a TFileException is thrown.


Field Summary
static int TFILE_ERR_CHANGE_WHEN_RUNNING
          The JNI trace file name cannot be changed while JNI tracing is enabled
static int TFILE_ERR_DIRECTORY
          The filename specified is a directory
static int TFILE_ERR_INVALID_PATH
          The path or file name is invalid
static int TFILE_ERR_PERMISSION_DENIED
          The file permissions do not allow write access
static int TFILE_ERR_UNKNOWN
          An unknown error occurred
static int TFILE_NO_ERROR
          No error occurred
 

Field Detail

TFILE_NO_ERROR

static final int TFILE_NO_ERROR
No error occurred

See Also:
Constant Field Values

TFILE_ERR_UNKNOWN

static final int TFILE_ERR_UNKNOWN
An unknown error occurred

See Also:
Constant Field Values

TFILE_ERR_INVALID_PATH

static final int TFILE_ERR_INVALID_PATH
The path or file name is invalid

See Also:
Constant Field Values

TFILE_ERR_PERMISSION_DENIED

static final int TFILE_ERR_PERMISSION_DENIED
The file permissions do not allow write access

See Also:
Constant Field Values

TFILE_ERR_DIRECTORY

static final int TFILE_ERR_DIRECTORY
The filename specified is a directory

See Also:
Constant Field Values

TFILE_ERR_CHANGE_WHEN_RUNNING

static final int TFILE_ERR_CHANGE_WHEN_RUNNING
The JNI trace file name cannot be changed while JNI tracing is enabled

See Also:
Constant Field Values

©Copyright IBM Corp. 1994, 2014
Legal