com.ibm.jzos
Class RauditxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.jzos.RauditxException
- All Implemented Interfaces:
- java.io.Serializable
public class RauditxException
- extends java.lang.RuntimeException
A customized RuntimeException to carry return codes for RAuditx errors.
- See Also:
- Serialized Form
Constructor Summary |
RauditxException(int safReturnCode,
int racfReturnCode,
int racfReasonCode)
Construct a RAuditxException. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RauditxException
public RauditxException(int safReturnCode,
int racfReturnCode,
int racfReasonCode)
- Construct a RAuditxException.
- Parameters:
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 service
getMessage
public java.lang.String getMessage()
- Get a message string to decribe the exception. This
includes the original source message from the detecting routine,
as well as errno, errno2, and last_op if errno is not 0.
- Overrides:
getMessage
in class java.lang.Throwable
getSafReturnCode
public int getSafReturnCode()
- Returns:
- int - the value of the IRRSAX(00|64) SAF return code
getRacfReturnCode
public int getRacfReturnCode()
- Returns:
- int - the value of the IRRSAX(00|64) RACF return code
getRacfReasonCode
public int getRacfReasonCode()
- Returns:
- int - the value of the IRRSAX(00|64) RACF return code