|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.common.impl.BaseEntity com.hack23.cia.model.application.impl.common.AbstractActionEvent com.hack23.cia.model.application.impl.common.ApplicationErrorActionEvent
@Entity public class ApplicationErrorActionEvent
The Class ApplicationErrorActionEvent.
Constructor Summary | |
---|---|
ApplicationErrorActionEvent()
Instantiates a new application error action event. |
|
ApplicationErrorActionEvent(Date createdDate,
UserSession 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.application.impl.common.AbstractActionEvent |
---|
computeExutionTime, getActionEventType, getCreatedDate, getExecutionTime, getId, getUserSession, getVersion, setActionEventType, setCreatedDate, setExecutionTime, setId, setUserSession, setVersion |
Methods inherited from class com.hack23.cia.model.common.impl.BaseEntity |
---|
equals, 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.common.api.PersistedModelObject |
---|
isNew |
Constructor Detail |
---|
public ApplicationErrorActionEvent()
public ApplicationErrorActionEvent(Date createdDate, UserSession userSession, String stackTrace, String errorMessage)
createdDate
- the created dateuserSession
- the user sessionstackTrace
- the stack traceerrorMessage
- the error messageMethod 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 |