Class HandlerRequestMalformedException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.microstrategy.web.objects.actions.HandlerException
 - 
- com.microstrategy.web.objects.actions.HandlerRequestMalformedException
 
 
 
 
 
- 
- All Implemented Interfaces:
 HandlerStatusCodes,java.io.Serializable
public class HandlerRequestMalformedException extends HandlerException implements HandlerStatusCodes
This exception class represents the condition when an incoming Task request is malformed.- Since:
 - MicroStrategy Web 8.1.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from interface com.microstrategy.web.objects.actions.HandlerStatusCodes
TASK_INTERNAL_ERROR, TASK_MISCONFIGURED, TASK_NOT_FOUND, TASK_NOT_REQUESTED, TASK_REQUEST_MALFORMED, TASK_REQUEST_RESUBMIT, TASK_SUCCESS, TASK_UNAUTHORIZED 
 - 
 
- 
Constructor Summary
Constructors Constructor Description HandlerRequestMalformedException(java.lang.Exception e)Creates a new HandlerRequestMalformedException object.HandlerRequestMalformedException(java.lang.String msg)Creates a new HandlerRequestMalformedException object. 
- 
Method Summary
- 
Methods inherited from class com.microstrategy.web.objects.actions.HandlerException
getGenericMessage, getStatusCode, getTaskErrorCode, setGenericMessage, setStatusCode, setTaskErrorCode 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
HandlerRequestMalformedException
public HandlerRequestMalformedException(java.lang.String msg)
Creates a new HandlerRequestMalformedException object.- Parameters:
 msg- The message to associate with this exception.
 
- 
HandlerRequestMalformedException
public HandlerRequestMalformedException(java.lang.Exception e)
Creates a new HandlerRequestMalformedException object.- Parameters:
 e- An inner Exception to associate with this exception.
 
 - 
 
 -