Serialized Form


Package com.ibm.wsgw

Class com.ibm.wsgw.WSGWException extends java.lang.Exception implements Serializable

Serialized Fields

nestedException

java.lang.Throwable nestedException
Deprecated. 
The exception which caused this exception to be thrown.


inserts

java.lang.Object[] inserts
Deprecated. 
The exception message inserts.


messageKey

java.lang.String messageKey
Deprecated. 
The exception message key.


severity

long severity
Deprecated. 
The exception message severity.


stackTrace

java.lang.String stackTrace
Deprecated. 
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
Deprecated. 
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

Class com.ibm.wsgw.beans.ExceptionAction extends java.lang.Object implements Serializable

Serialized Fields

action

int action
Deprecated. 
The action to be taken.


faultMessage

org.apache.wsif.WSIFMessage faultMessage
Deprecated. 
The fault message to pass back to the originator of the request.

Class com.ibm.wsgw.beans.FilterAction extends java.lang.Object implements Serializable

Serialized Fields

updatedRequest

org.apache.wsif.WSIFRequest updatedRequest
Deprecated. 
The updated request, or null to indicate no update.


updatedResponse

org.apache.wsif.WSIFResponse updatedResponse
Deprecated. 
The updated response, or null to indicate no update.


continueProcessing

boolean continueProcessing
Deprecated. 
This flag indicates whether to stop processing of the request/response.

Class com.ibm.wsgw.beans.FilterException extends WSGWException implements Serializable



Copyright © 2002 IBM. All Rights Reserved.