Serialized Form
nestedException
java.lang.Throwable nestedException
- The exception which caused this exception to be thrown.
inserts
java.lang.Object[] inserts
- The exception message inserts.
messageKey
java.lang.String messageKey
- The exception message key.
severity
long severity
- The exception message severity.
stackTrace
java.lang.String stackTrace
- The stack trace.
We hold this here as it may be lost when serializing/deserializing this
object across a module boundary.
nestedStackTrace
java.lang.String nestedStackTrace
- The nested exception stack trace.
We hold this here as it may be lost when serializing/deserializing this
object across a module boundary.
Package com.ibm.wsgw.beans |
action
int action
- The action to be taken.
faultMessage
org.apache.wsif.WSIFMessage faultMessage
- The fault message to pass back to the originator of the request.
updatedRequest
org.apache.wsif.WSIFRequest updatedRequest
- The updated request, or null to indicate no update.
updatedResponse
org.apache.wsif.WSIFResponse updatedResponse
- The updated response, or null to indicate no update.
continueProcessing
boolean continueProcessing
- This flag indicates whether to stop processing of the request/response.
Copyright © 2002 IBM. All Rights Reserved.