com.hack23.cia.service.api.common
Class ApplicationErrorRequest
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceMessage
com.hack23.cia.service.api.common.AbstractServiceRequest
com.hack23.cia.service.api.common.ApplicationErrorRequest
- All Implemented Interfaces:
- ServiceMessage, ServiceRequest, Serializable
public class ApplicationErrorRequest
- extends AbstractServiceRequest
The Class ApplicationErrorRequest.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationErrorRequest
public ApplicationErrorRequest(Long userSessionId,
StackTraceElement[] stackTraceElements,
String errorMessage)
- Instantiates a new application error request.
- Parameters:
userSessionId
- the user session idstackTraceElements
- the stack trace elementserrorMessage
- the error message
getErrorMessage
public final String getErrorMessage()
- Gets the error message.
- Returns:
- the error message
getStackTraceElements
public final StackTraceElement[] getStackTraceElements()
- Gets the stack trace elements.
- Returns:
- the stack trace elements
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.