public class ProcessEvent
extends java.lang.Object
Constructor and Description |
---|
ProcessEvent()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getException() |
int |
getReturnCode() |
void |
setException(java.lang.Exception pException) |
void |
setReturnCode(int pReturnCode) |
public void setReturnCode(int pReturnCode)
pReturnCode
- the iReturnCode to setpublic int getReturnCode()
public void setException(java.lang.Exception pException)
pException
- the iException to setpublic java.lang.Exception getException()