public class RauditxException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
RauditxException(int safReturnCode,
int racfReturnCode,
int racfReasonCode)
Construct a RAuditxException.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Get a message string to decribe the exception.
|
int |
getRacfReasonCode() |
int |
getRacfReturnCode() |
int |
getSafReturnCode() |
public RauditxException(int safReturnCode,
int racfReturnCode,
int racfReasonCode)
safReturnCode - the SAF return code from the IRRSAX(00|64) callable serviceracfReturnCode - the RACF return code from the IRRSAX(00|64) callable serviceracfReasonCode - the RACF return code from the IRRSAX(00|64) callable servicepublic java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic int getSafReturnCode()
public int getRacfReturnCode()
public int getRacfReasonCode()