|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.notifications.AbstractNotification
org.objectweb.joram.mom.notifications.AbstractReply
org.objectweb.joram.mom.notifications.ExceptionReply
public class ExceptionReply
An ExceptionReply instance is used by a destination for
notifying a client of an exception thrown when processing a request.
| Field Summary |
|---|
| Fields inherited from class fr.dyade.aaa.agent.Notification |
|---|
detachable, detached, persistent |
| Constructor Summary | |
|---|---|
ExceptionReply(AbstractRequest request,
MomException except)
Constructs an ExceptionReply instance. |
|
ExceptionReply(MomException except)
Constructs an ExceptionReply instance. |
|
| Method Summary | |
|---|---|
MomException |
getException()
Returns the exception wrapped by the reply. |
| Methods inherited from class org.objectweb.joram.mom.notifications.AbstractReply |
|---|
getCorrelationId, toString |
| Methods inherited from class org.objectweb.joram.mom.notifications.AbstractNotification |
|---|
getClientContext, setPersistent |
| Methods inherited from class fr.dyade.aaa.agent.Notification |
|---|
clone, getContext, getDeadNotificationAgentId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExceptionReply(AbstractRequest request,
MomException except)
ExceptionReply instance.
request - The request that caused the exception.except - The exception to send back to the client.public ExceptionReply(MomException except)
ExceptionReply instance.
except - The exception to send back to the client.| Method Detail |
|---|
public MomException getException()
|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||