public class JesSymbolsException
extends java.lang.RuntimeException
For more information, refer to the JES Symbol Service (IAZSYMBL) section
in z/OS JES Application Programming Version 2 Release 1, SA32-0987
.
To interprate return code and rason code, refer to the
JES Symbol Service data definition (IAZSYMDF) macro chapter.
| Constructor and Description |
|---|
JesSymbolsException(java.lang.String msg,
int rc,
int retcode,
int reason,
byte[] symbolTableBytes) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
int |
getRc() |
int |
getReason() |
int |
getRetcode() |
java.util.Map<java.lang.String,java.lang.String> |
getSymbols() |
public JesSymbolsException(java.lang.String msg,
int rc,
int retcode,
int reason,
byte[] symbolTableBytes)
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic int getRc()
public int getRetcode()
public int getReason()
public java.util.Map<java.lang.String,java.lang.String> getSymbols()