org.objectweb.joram.mom.notifications
Class ExceptionReply
- Cloneable, Serializable
public class ExceptionReply
An ExceptionReply
instance is used by a destination for
notifying a client of an exception thrown when processing a request.
ExceptionReply
public ExceptionReply(AbstractRequest request,
MomException except)
Constructs an ExceptionReply
instance.
request
- The request that caused the exception.except
- The exception to send back to the client.
ExceptionReply
public ExceptionReply(MomException except)
Constructs an ExceptionReply
instance.
except
- The exception to send back to the client.
getException
public MomException getException()
Returns the exception wrapped by the reply.
Copyright B) 2004 Scalagent - All rights reserved