}
else
{
RplyEnvelopeError rplyEnvelopeError = (RplyEnvelopeError)rplyEnvelope;
afterError(rqst,rqstEnvelope,rply,rplyEnvelopeError);
XMLDispatcherException xde = rplyEnvelopeError.getException();
if (xde instanceof XMLDispatcherAppException)
{
throw (XMLDispatcherAppException)xde;
}
else if (xde instanceof XMLDispatcherUserException)