|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.model.impl.common.BaseEntity
com.hack23.cia.model.impl.application.common.AbstractActionEvent
com.hack23.cia.model.impl.application.common.ApplicationErrorActionEvent
@Entity public class ApplicationErrorActionEvent
The Class ApplicationErrorActionEvent.
| Constructor Summary | |
|---|---|
ApplicationErrorActionEvent()
Instantiates a new application error action event. |
|
ApplicationErrorActionEvent(Date createdDate,
UserSessionData userSession,
String stackTrace,
String errorMessage)
Instantiates a new application error action event. |
|
| Method Summary | |
|---|---|
String |
getErrorMessage()
Gets the error message. |
String |
getStackTrace()
Gets the stack trace. |
void |
setErrorMessage(String errorMessage)
Sets the error message. |
void |
setStackTrace(String stackTrace)
Sets the stack trace. |
| Methods inherited from class com.hack23.cia.model.impl.application.common.AbstractActionEvent |
|---|
computeExutionTime, getActionEventType, getApplicationTypeContext, getCreatedDate, getExecutionTime, getId, getUserSession, getVersion, setActionEventType, setCreatedDate, setExecutionTime, setId, setUserSession, setVersion |
| Methods inherited from class com.hack23.cia.model.impl.common.BaseEntity |
|---|
equals, getTypeContext, hashCode, isNew |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.hack23.cia.model.api.application.ActionEvent |
|---|
computeExutionTime, getActionEventType, getCreatedDate, getExecutionTime, setActionEventType, setCreatedDate, setExecutionTime |
| Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject |
|---|
getId, getTypeContext, getVersion, isNew, setId, setVersion |
| Constructor Detail |
|---|
public ApplicationErrorActionEvent()
public ApplicationErrorActionEvent(Date createdDate,
UserSessionData userSession,
String stackTrace,
String errorMessage)
createdDate - the created dateuserSession - the user sessionstackTrace - the stack traceerrorMessage - the error message| Method Detail |
|---|
public String getErrorMessage()
public String getStackTrace()
public void setErrorMessage(String errorMessage)
errorMessage - the new error messagepublic void setStackTrace(String stackTrace)
stackTrace - the new stack trace
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||