Package com.attivio.sdk.esb
Class ExceptionResponse
- java.lang.Object
- 
- com.attivio.sdk.esb.AbstractPlatformMessage
- 
- com.attivio.sdk.esb.ExceptionResponse
 
 
- 
- All Implemented Interfaces:
- PlatformMessage,- java.io.Serializable,- java.lang.Cloneable
 
 public class ExceptionResponse extends AbstractPlatformMessage Response containing an Exception.This message will be returned in situations where the sent in message encountered an unrecoverable exception during processing. - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from interface com.attivio.sdk.esb.PlatformMessageDEFAULT_MAX_LOG_LENGTH, MESSAGE_DROPPED, MESSAGE_SEND_TIME_PROP, PROP_MAX_LOG_LENGTH
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExceptionResponse(java.lang.Throwable e)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)AttivioExceptiongetCause()Get the cause.AttivioExceptiongetCause(java.lang.String message, java.lang.Object... args)Get the cause.inthashCode()voidsetCause(java.lang.Throwable e)Set the cause for this ExceptionResponse.- 
Methods inherited from class com.attivio.sdk.esb.AbstractPlatformMessageaddMessageHistory, addMessageHistory, clone, getClientId, getEstimatedSize, getMessageHistory, getMessageId, getMetadata, getProperty, getProperty, getProperty, getProperty, getProperty, getProperty, getWorkflowQueue, getWorkflowQueue, hasProperty, isRedelivered, removeProperty, removeWorkflowQueue, setClientId, setMessageId, setProperty, setRedelivered, setWorkflowQueue, setWorkflowQueue, toMessageString, toString, toString, toString, toString, toString, toString, toString, toString, toString, toString
 
- 
 
- 
- 
- 
Method Detail- 
getCausepublic AttivioException getCause() Get the cause.
 - 
setCausepublic void setCause(java.lang.Throwable e) Set the cause for this ExceptionResponse.NOTE: ewill be converted to an AttivioException that is suitable for returning to the client. All exceptions in the cause chain will likewise be converted to AttivioExceptions..
 - 
getCausepublic AttivioException getCause(java.lang.String message, java.lang.Object... args) Get the cause.Use messageas the default exception message if the cause has no message.
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- AbstractPlatformMessage
 
 - 
equalspublic boolean equals(java.lang.Object other) - Overrides:
- equalsin class- AbstractPlatformMessage
 
 
- 
 
-