com.hack23.cia.service.api.common
Class ApplicationErrorRequest

Package class diagram package ApplicationErrorRequest
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceMessage
      extended by com.hack23.cia.service.api.common.AbstractServiceRequest
          extended by 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

Constructor Summary
ApplicationErrorRequest(Long userSessionId, StackTraceElement[] stackTraceElements, String errorMessage)
          Instantiates a new application error request.
 
Method Summary
 String getErrorMessage()
          Gets the error message.
 StackTraceElement[] getStackTraceElements()
          Gets the stack trace elements.
 
Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceRequest
getUserSessionId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationErrorRequest

public ApplicationErrorRequest(Long userSessionId,
                               StackTraceElement[] stackTraceElements,
                               String errorMessage)
Instantiates a new application error request.

Parameters:
userSessionId - the user session id
stackTraceElements - the stack trace elements
errorMessage - the error message
Method Detail

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.